Advertisement
Pr0nogo

Untitled

Jan 22nd, 2019
148
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.93 KB | None | 0 0
  1. # ----------------------------------------------------------------------------- #
  2. # This header is used by images.dat entries:
  3. # 068 Creep Colony (zerg\fcolony.grp)
  4. .headerstart
  5. IsId 42
  6. Type 20
  7. Init CreepColonyInit
  8. Death CreepColonyDeath
  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 CreepColonyAlmostBuilt
  23. Built CreepColonyBuilt
  24. Landing [NONE]
  25. LiftOff [NONE]
  26. IsWorking CreepColonyIsWorking
  27. WorkingToIdle CreepColonyIsWorking
  28. WarpIn [NONE]
  29. .headerend
  30. # ----------------------------------------------------------------------------- #
  31.  
  32. CreepColonyInit:
  33. imgul 69 0 0 # Creep Colony Shadow (zerg\zfcShad.grp)
  34. playfram 0x00 # Frame set 0
  35. goto CreepColonyIsWorking
  36.  
  37. CreepColonyIsWorking:
  38. wait 125
  39. goto CreepColonyIsWorking
  40.  
  41. CreepColonyDeath:
  42. playsnd 774 # Zerg\Bldg\ZBldgDth.WAV
  43. imgol 60 0 0 # Zerg Building Explosion (thingy\zBldDthS.grp)
  44. wait 3
  45. lowsprul 186 0 0 # Zerg Building Rubble (Small) (thingy\ZRubbleS.grp)
  46. wait 1
  47. end
  48.  
  49. CreepColonyAlmostBuilt:
  50. imgol 108 0 0 # Zerg Building Spawn (Medium) (zerg\zSpawn02.grp)
  51. CreepColonyBuilt:
  52. playfram 0x00 # Frame set 0
  53. waitrand 1 3
  54. CreepColonyLocal00:
  55. playfram 1 # Frame set 0, direction 1
  56. wait 2
  57. playfram 2 # Frame set 0, direction 2
  58. wait 2
  59. playfram 3 # Frame set 0, direction 3
  60. wait 2
  61. playfram 0x00 # Frame set 0
  62. wait 2
  63. goto CreepColonyLocal00
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement