ID:177892
![]() Jul 18 2002, 8:39 am
|
|
Hey, is there another way to teleport ppl? i use enterd in areas, but thats extreamly long... is there another way?
|
Copyright © 2025 BYOND Software.
All rights reserved.
area/thing/Enter(O)
if(ismob(O))
O:loc = locate(1,2,1)
There are several ways of teleporting,
Move(locate(1,1,1))
loc = locate(1,1,1)
x = 1//x,y,z lines are together
y = 1
z = 1