home *** CD-ROM | disk | FTP | other *** search
/ Revista CD Expert 42 / CDGAMER42.iso / Egoboo / egoboo.exe / egoboo / modules / palshad.mod / objects / bossmuse.obj / script.txt < prev    next >
Text File  |  2000-07-04  |  1KB  |  79 lines

  1. // This makes the pits work...
  2. PitsKill
  3.  
  4.  
  5. // This initializes music and goes away
  6. tmpargument = 24
  7. tmpturn = IGSECRET
  8. tmpdistance = 0
  9. SetMusicPassage
  10.  
  11. tmpargument = 25
  12. tmpturn = IGSECRET
  13. tmpdistance = 2
  14. SetMusicPassage
  15.  
  16. tmpargument = 26
  17. tmpturn = IGSECRET
  18. tmpdistance = 2
  19. SetMusicPassage
  20.  
  21. tmpargument = 27
  22. tmpturn = IGSECRET
  23. tmpdistance = 3
  24. SetMusicPassage
  25.  
  26. tmpargument = 28
  27. tmpturn = IGSECRET
  28. tmpdistance = 2
  29. SetMusicPassage
  30.  
  31. tmpargument = 29
  32. tmpturn = IGSECRET
  33. tmpdistance = 3
  34. SetMusicPassage
  35.  
  36. tmpargument = 30
  37. tmpturn = IGCOMBAT
  38. tmpdistance = 4
  39. SetMusicPassage
  40.  
  41. tmpargument = 31
  42. tmpturn = IGCOMBAT
  43. tmpdistance = 0
  44. SetMusicPassage
  45.  
  46. tmpargument = 32
  47. tmpturn = IGCOMBAT
  48. tmpdistance = 2
  49. SetMusicPassage
  50.  
  51. tmpargument = 33
  52. tmpturn = IGCOMBAT
  53. tmpdistance = 0
  54. SetMusicPassage
  55.  
  56. tmpargument = 34
  57. tmpturn = IGCOMBAT
  58. tmpdistance = 3
  59. SetMusicPassage
  60.  
  61. tmpargument = 35
  62. tmpturn = IGCOMBAT
  63. tmpdistance = 3
  64. SetMusicPassage
  65.  
  66. tmpargument = 36
  67. tmpturn = IGCOMBAT
  68. tmpdistance = 0
  69. SetMusicPassage
  70.  
  71. tmpargument = 37
  72. tmpturn = IGCOMBAT
  73. tmpdistance = 4
  74. SetMusicPassage
  75.  
  76.  
  77. GoPoof
  78. End                    // All done
  79.