Advertisement
jewalky

Untitled

Mar 16th, 2016
138
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. actor DeadCacodemonSurprise : Cacodemon
  2. {
  3. states
  4. {
  5. Spawn:
  6. TNT1 A 0 A_Jump("SpawnActual")
  7. TNT1 A 0
  8. goto Super::Death+5
  9. SpawnActual:
  10. goto Super::Spawn
  11. }
  12. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement