Advertisement
DartPower

Untitled

Jan 12th, 2013
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.64 KB | None | 0 0
  1.  
  2. actor MasterMindClass : PlayerPawn
  3. {
  4. Height 100
  5. Player.DisplayName "SpiderMasterMind"
  6. Player.StartItem Chaingun
  7. Player.ViewHeight 70
  8. +NOSKIN
  9. +NOPAIN
  10. -FRIENDLY
  11. +NOTARGET
  12. states
  13. {
  14. Spawn:
  15. SPID AB 10
  16. loop
  17. See:
  18. SPID A 3 A_PlaySoundEx ("spider/walk","body")
  19. SPID ABB 3
  20. SPID C 3 A_PlaySoundEx ("spider/walk","body")
  21. SPID CDD 3
  22. SPID E 3 A_PlaySoundEx ("spider/walk","body")
  23. SPID EFF 3
  24. loop
  25. Missile:
  26. SPID G 2 Bright
  27. SPID H 2
  28. SPID G 2 Bright
  29. SPID H 3
  30. goto spawn
  31. Death:
  32. TNT1 A 0
  33. SPID J 20 A_Scream
  34. SPID K 10 A_NoBlocking
  35. SPID LMNOPQR 10
  36. SPID S 30
  37. SPID T -1
  38. stop
  39. }
  40. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement