Advertisement
Pr0nogo

Untitled

Jan 10th, 2019
142
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.68 KB | None | 0 0
  1. # ----------------------------------------------------------------------------- #
  2. # This header is used by images.dat entries:
  3. # 934 Warp Gate (protoss\XwarpGat.grp)
  4. .headerstart
  5. IsId 406
  6. Type 20
  7. Init WarpGateInit
  8. Death WarpGateDeath
  9. GndAttkInit [NONE]
  10. AirAttkInit [NONE]
  11. Unused1 [NONE]
  12. GndAttkRpt [NONE]
  13. AirAttkRpt [NONE]
  14. CastSpell [NONE]
  15. GndAttkToIdle [NONE]
  16. AirAttkToIdle [NONE]
  17. Unused2 [NONE]
  18. Walking [NONE]
  19. WalkingToIdle [NONE]
  20. SpecialState1 [NONE]
  21. SpecialState2 [NONE]
  22. AlmostBuilt WarpGateAlmostBuilt
  23. Built WarpGateBuilt
  24. Landing [NONE]
  25. LiftOff [NONE]
  26. IsWorking WarpGateIsWorking
  27. WorkingToIdle WarpGateIsWorking
  28. WarpIn [NONE]
  29. .headerend
  30. # ----------------------------------------------------------------------------- #
  31.  
  32. WarpGateInit:
  33. imgul 935 0 0 # Warp Gate Shadow (protoss\pwgShad.grp)
  34. playfram 0x00 # Frame set 0
  35. goto WarpGateLocal00
  36.  
  37. WarpGateLocal00:
  38. wait 125
  39. goto WarpGateLocal00
  40.  
  41. WarpGateDeath:
  42. playsnd 7 # Misc\ExploLrg.wav
  43. imgol 215 0 0 # Explosion (Large) (thingy\tBangX.grp)
  44. wait 3
  45. lowsprul 224 0 0 # Protoss Building Rubble (Large) (thingy\PRubbleL.grp)
  46. wait 1
  47. end
  48.  
  49. WarpGateAlmostBuilt:
  50. playfram 0x00 # Frame set 0
  51. goto WarpGateBuilt
  52.  
  53. WarpGateBuilt:
  54. imgol 936 0 0 # Warp Gate Overlay (protoss\XwarpFir.grp)
  55. goto WarpGateLocal00
  56.  
  57. WarpGateIsWorking:
  58. playfram 0x00 # Frame set 0
  59. goto WarpGateIsWorking
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement