I posted a thread before abotu hypertriggers slowing my map down but i took my music loop out and it works fine....
I know i did the music loop Right because it works all the othertimes i use it
My map isnt the same wihtout the music
How can i put my music back in???
I'm assuming the music loop had a wait in it. The wait was what was slowing the map down and interfering with the hyper triggers.
You can use other methods to loop music. Try using a death counter and constantly adding 1 to it. When it gets to a certain number which is when the music ends, just set the timer to 0 and play the wav again.
Nice idea
.............
How......
Im sry im really slow today

actually, if u put the hyper triggers at the bottom of the list of triggers, it should not affect the other waits in other triggers
If you go to tutorials> average > music looping
There's a good one there, and it uses switches(set and clear)
Example:
------
condition
Music playing is cleared
action
set music playing
play music.wav
preserve trigger
------
Then for a NPC make a trigger like this
condition
music playing is set
actions
clear music playing
wait # milliseconds
preserve trigger
QUOTE(Carnorus @ Aug 28 2004, 12:02 PM)
If you go to tutorials> average > music looping
There's a good one there, and it uses switches(set and clear)
Example:
------
condition
Music playing is cleared
action
set music playing
play music.wav
preserve trigger
------
Then for a NPC make a trigger like this
condition
music playing is set
actions
clear music playing
wait # milliseconds
preserve trigger
You need to switch the two actions in bold otherwise it'll clear the switch before it actually waits to play the wav again...
if your using seperate triggers for wait and playing the music, use the play music part in Players #-# and the Wait part in a Neutral player.
Edited: make sure the neutral player has a start location
errrr...
First of all The Music Loop in the Download section is the 1 I always use and it wont work
Sound part must be placed in the Trigger Area of the unit it will effect, the Reset must be placed in a Trigger Area without any other waits in it, including Hyper Triggers, so if you have an Empty 1,2,3,4,5,6,7,8 spot use that, or the All Players if it has no Waits in it, don't use Forces because thats the same as using the 1-8 choices.
If not possible, then place in the area with least amount of wait times, remove your Hyper Triggers, save the map and then add the Hyper Triggers again.