Pr0nogo

Untitled

Jan 14th, 2019
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.79 KB | None | 0 0
  1. # ----------------------------------------------------------------------------- #
  2. # This header is used by images.dat entries:
  3. # 181 Nexus Overlay (protoss\pneGlow.grp)
  4. .headerstart
  5. IsId 178
  6. Type 24
  7. Init NexusOverlayInit
  8. Death NexusOverlayDeath
  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 [NONE]
  23. Built [NONE]
  24. Landing [NONE]
  25. LiftOff [NONE]
  26. IsWorking NexusOverlayInit
  27. WorkingToIdle NexusOverlayInit
  28. WarpIn [NONE]
  29. Unused3 [NONE]
  30. StarEditInit [NONE]
  31. Disable NexusOverlayDisable
  32. Burrow [NONE]
  33. .headerend
  34. # ----------------------------------------------------------------------------- #
  35.  
  36. NexusOverlayInit:
  37. playfram 0x00 # Frame set 0
  38. wait 2
  39. playfram 1 # Frame set 0, direction 1
  40. wait 2
  41. playfram 2 # Frame set 0, direction 2
  42. wait 2
  43. playfram 3 # Frame set 0, direction 3
  44. wait 2
  45. playfram 4 # Frame set 0, direction 4
  46. wait 2
  47. playfram 5 # Frame set 0, direction 5
  48. wait 2
  49. playfram 6 # Frame set 0, direction 6
  50. wait 2
  51. playfram 7 # Frame set 0, direction 7
  52. wait 2
  53. playfram 8 # Frame set 0, direction 8
  54. wait 2
  55. goto NexusOverlayInit
  56.  
  57. NexusOverlayDeath:
  58. wait 1
  59. end
  60.  
  61. NexusOverlayDisable:
  62. wait 125
  63. goto NexusOverlayDisable
Add Comment
Please, Sign In to add comment