ID:170591
Jan 5 2005, 10:56 am
|
|
Well, i havent quite figured out how to have a person step onto my warp pad, and teleport to another,can anyone help me out?
|
In response to Foomer
|
|
ya but if im doing a dragonball game and need to teleport a char to snakeway after death how do i do that??
|
In response to EkstreM
|
|
Easy, send them to an area or change their cordinates.
;p If you read Zilal's tutorial, that should be pie. |
In response to Hell Ramen
|
|
so read it but i dont get it (not the tutorial,how to get them on snakeway).what you mean change their cordinates?
i cant seem to get it |
In response to EkstreM
|
|
src.loc = locate(13,37,1)
src.loc = locate(/area/snakeway) And there's a few more ways. |
If you want to use an object for a warp pad, you'll need a Bumped() proc. Do a search for "Bumped(atom/movable/A)" if you need to find out how to make one.
You can also use Move() instead of setting the loc var, but Move() will refuse to transfer victim if the destination is null, dense, or occupied, etc...