Mauzim
Member
- Joined
- Jan 3, 2011
- Messages
- 568
- Reaction score
- 9
Example.
doTeleportThing(cid, {x=32968, y=32626, z=5}, north)
doTeleportThing(cid, {x=32968, y=32626, z=5}, south)
doTeleportThing(cid, {x=32968, y=32626, z=5}, west)
doTeleportThing(cid, {x=32968, y=32626, z=5}, east)
Is there any function that resembles this?
doTeleportThing(cid, {x=32968, y=32626, z=5}, north)
doTeleportThing(cid, {x=32968, y=32626, z=5}, south)
doTeleportThing(cid, {x=32968, y=32626, z=5}, west)
doTeleportThing(cid, {x=32968, y=32626, z=5}, east)
Is there any function that resembles this?