Advertisement
Guest User

Untitled

a guest
Jul 17th, 2019
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. [State 0, 5] ;Wait, am I actually on the ground?
  2. type = ChangeState
  3. trigger1 = Pos y < 0
  4. value = 50
  5. ctrl = 1
  6.  
  7. [State 0, 6] ;Why am I underground, get out of there.
  8. type = PosSet
  9. trigger1 = Pos y > 0
  10. y = 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement