Minor changes to help players see each other

This commit is contained in:
2024-02-28 15:35:47 -05:00
parent 0c126e62d6
commit 4495ae7133
8 changed files with 25 additions and 15 deletions

View File

@@ -2,6 +2,9 @@ makeclass('login')
function login.initialize(actor, place)
dprint("login.initialize:", actor)
local x = math.random(1, 100)
local y = math.random(1, 100)
tangible.animate(actor, nil, {action="warpto", plane="earth", xyz={x, y, 90}})
end
function login.interface(actor, place)