This commit is contained in:
2022-03-29 16:37:32 -04:00
parent 0de1754b21
commit 72581f21e9
3 changed files with 14 additions and 20 deletions

View File

@@ -7,8 +7,7 @@ function login.interface(actor, place)
function login.cb_becomeplayer(actor, place, dialog)
actor.kind='P'
actor.Count={}
setmetatable(actor.Count,NilIsZero)
actor.Count={} setmetatable(actor.Count,NilIsZero)
tangible.setclass(actor, player)
tangible.animate(actor,{action="warp",plane="main",x=0,y=0,z=0})
end