Refactor code in world-core that spawns threads
This commit is contained in:
@@ -25,6 +25,12 @@ function login.cb_becomeplayer(actor, place, dialog)
|
||||
tangible.animate(actor,{action="warp",plane="main",x=0,y=0,z=0})
|
||||
end
|
||||
|
||||
function login.cb_p123(actor, place, dialog)
|
||||
print("CB_P123 actor=", actor, " place=", place, " dialog=", dialog);
|
||||
print(1);
|
||||
print(2);
|
||||
print(3);
|
||||
end
|
||||
|
||||
function bechar()
|
||||
local a = tangible.actor()
|
||||
|
||||
Reference in New Issue
Block a user