Guest User

Untitled

a guest
May 22nd, 2018
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. See:
  2. TNT1 A 0 A_JumpIfInventory("Step", 1, "See2")
  3. TNT1 A 0 A_PlaySound ("player/step", 5)
  4. TNT1 A 0 A_SpawnItem("Footstep", 10, 15)
  5. PLAY AB 6
  6. TNT1 A 0 A_GiveInventory("Step", 1)
  7. Goto Spawn
  8. See2:
  9. TNT1 A 0 A_PlaySound ("player/step", 5)
  10. TNT1 A 0 A_SpawnItem("Footstep", 10, 15)
  11. PLAY CD 6
  12. TNT1 A 0 A_TakeInventory("Step", 1)
  13. Goto Spawn
Add Comment
Please, Sign In to add comment