Difference between revisions of "Teleport Recall"
Jump to navigation
Jump to search
m
no edit summary
imported>WGS Dev913 |
imported>WGS Dev913 m |
||
Line 13: | Line 13: | ||
Ref RecallRef | Ref RecallRef | ||
;RecallRef for bringing the player back to where he was | ;RecallRef for bringing the player back to where he was | ||
RecallRef.MoveTo Player 0 0 5 | |||
Player.MoveTo | Player.MoveTo TeleportRef 0 0 5 | ||
endIf | endIf | ||
Line 26: | Line 26: | ||
if(GetInWorldSpace BlankRealm) | if(GetInWorldSpace BlankRealm) | ||
MoveTo | MoveTo RecallRef 0 0 5 | ||
else | else | ||