Advertisement
Pr0nogo

Untitled

Jan 18th, 2019
129
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.00 KB | None | 0 0
  1. # ----------------------------------------------------------------------------- #
  2. # This header is used by images.dat entries:
  3. # 421 FlameThrower (thingy\flamer.grp)
  4. .headerstart
  5. IsId 312
  6. Type 1
  7. Init FlamethrowerInit
  8. Death FlamethrowerDeath
  9. .headerend
  10. # ----------------------------------------------------------------------------- #
  11.  
  12. FlamethrowerInit:
  13. playsndbtwn 314 315 # Terran\Firebat\TFBFir00.WAV | Terran\Firebat\TFBFir01.WAV
  14. goto FlamethrowerLocal00
  15.  
  16. FlamethrowerLocal00:
  17. playfram 0x00 # Frame set 0
  18. wait 1
  19. playfram 0x11 # Frame set 1
  20. domissiledmg
  21. wait 1
  22. playfram 0x22 # Frame set 2
  23. wait 1
  24. playfram 0x33 # Frame set 3
  25. domissiledmg
  26. wait 1
  27. playfram 0x44 # Frame set 4
  28. wait 1
  29. playfram 0x55 # Frame set 5
  30. domissiledmg
  31. wait 1
  32. playfram 0x66 # Frame set 6
  33. domissiledmg
  34. wait 1
  35. playfram 0x77 # Frame set 7
  36. domissiledmg
  37. domissiledmg
  38. wait 1
  39. playfram 0x88 # Frame set 8
  40. domissiledmg
  41. wait 1
  42. playfram 0x99 # Frame set 9
  43. domissiledmg
  44. domissiledmg
  45. wait 1
  46. playfram 0xaa # Frame set 10
  47. domissiledmg
  48. wait 1
  49. playfram 0xbb # Frame set 11
  50. domissiledmg
  51. wait 1
  52. playfram 0xcc # Frame set 12
  53. domissiledmg
  54. wait 1
  55. playfram 0xdd # Frame set 13
  56. domissiledmg
  57. wait 1
  58. playfram 0xee # Frame set 14
  59. domissiledmg
  60. wait 1
  61. playfram 0xff # Frame set 15
  62. wait 1
  63. playfram 0x110 # Frame set 16
  64. wait 1
  65. playfram 0x121 # Frame set 17
  66. wait 1
  67. goto FlamethrowerDeath
  68.  
  69. FlamethrowerDeath:
  70. nobrkcodeend
  71. gotorepeatattk
  72. wait 1
  73. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement