Minor changes to help players see each other
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user