home *** CD-ROM | disk | FTP | other *** search
/ Revista CD Expert 42 / CDGAMER42.iso / Egoboo / egoboo.exe / egoboo / modules / advent.mod / objects / bossmuse.obj / script.txt < prev    next >
Text File  |  2000-02-27  |  514b  |  34 lines

  1. // This initializes music and goes away
  2. tmpargument = 10
  3. tmpturn = IGCOMBAT
  4. tmpdistance = 6
  5. SetMusicPassage
  6.  
  7. tmpargument = 11
  8. tmpturn = IGCOMBAT
  9. tmpdistance = 4
  10. SetMusicPassage
  11.  
  12. tmpargument = 12
  13. tmpturn = IGCOMBAT
  14. tmpdistance = 4
  15. SetMusicPassage
  16.  
  17. tmpargument = 13
  18. tmpturn = IGSECRET
  19. tmpdistance = 3
  20. SetMusicPassage
  21.  
  22. tmpargument = 14
  23. tmpturn = IGSECRET
  24. tmpdistance = 4
  25. SetMusicPassage
  26.  
  27. tmpargument = 15
  28. tmpturn = IGSECRET
  29. tmpdistance = 2
  30. SetMusicPassage
  31.  
  32. GoPoof
  33. End                    // All done
  34.