Home   Help Search Login Register  

Author Topic: playing bis music from script  (Read 592 times)

0 Members and 1 Guest are viewing this topic.

aurek

  • Guest
playing bis music from script
« on: 09 Apr 2003, 20:50:46 »
What command do I usein a script to play a standard BIS track?

Knut Erik

  • Guest
Re:playing bis music from script
« Reply #1 on: 09 Apr 2003, 21:08:45 »
Isn't it
Playmusic "Res01" or something..  ::)

Or do this :

In your script put PlayMusic=true when you want the music to start. Then create a trigger in the editor and give it the condision PlayMusic. And on effects, put the track you want to be played...

 8) 8) 8)
« Last Edit: 09 Apr 2003, 21:11:14 by Knut Erik »

aurek

  • Guest
Re:playing bis music from script
« Reply #2 on: 09 Apr 2003, 23:11:17 »
yeah figured that out a short while after positing. Thanks anyway :)