Advertisement
Cavitt

Untitled

Apr 2nd, 2012
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.24 KB | None | 0 0
  1. --[[
  2.     waypoint setup:
  3.         Stand Node right before portal
  4.         Label named: BeforePortal
  5.         Stand Node on portal
  6.         Label named: AfterPortal
  7. ]]
  8.  
  9. if(labelName == "BeforePortal")then
  10.     wait(2000)
  11.     delayWalker(1000)
  12.     gotoLabel("AfterPortal")
  13. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement