Advertisement
gribbleshnibit8

Detect Cell Change

Aug 13th, 2014
248
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. ref rPrevCell
  2.  
  3. if rPrevCell != Player.GetParentCell
  4. let rPrevCell := Player.GetParentCell
  5. ; Do that thing that needs to trigger when you change cells
  6. endif
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement