Advertisement
KyadCK

Untitled

Apr 7th, 2013
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.52 KB | None | 0 0
  1. ENTER:
  2. - '@ADDINT $Door.Spawn 1'
  3. - '@IF i $Trap1.Spawn = 1'
  4.  
  5. - ' @CALL Trap:1on'
  6.  
  7. - '@ENDIF'
  8. EXIT:
  9. - '@SUBINT $Door.Spawn 1'
  10.  
  11. - '@IF i $Trap1.Spawn = 0'
  12.  
  13. - ' @CALL Trap:1off'
  14.  
  15. - '@ENDIF'
  16.  
  17. Trap:1on
  18. - '@SETBLOCK [cords] [block]
  19. - '@SETBLOCK [cords] [block]
  20. - '@SETBLOCK [cords] [block]
  21. - '@(repeat)
  22.  
  23. Trap:1on
  24. - '@SETBLOCK [cords] [air]
  25. - '@SETBLOCK [cords] [air]
  26. - '@SETBLOCK [cords] [air]
  27. - '@(repeat)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement