Staredit Network

Staredit Network -> UMS Assistance -> How do u stop delayed wait times when u add music
Report, edit, etc...Posted by Staredit.Net Essence on 2004-10-24 at 09:13:03
When i put a music/sound file (.wav) file into a map it makes all wait triggers after it delay like for ages. E.g a wait 2 milisecond trig will take 2 minutes or more at least..help? And dont tell me to use hyper trig it does not help ranting.gif
Report, edit, etc...Posted by DT_Battlekruser on 2004-10-24 at 10:55:23
Check the path of your triggers. You obviously have two or more wait that will run at the same time; stacking on eachother and lagging.
Report, edit, etc...Posted by Staredit.Net Essence on 2004-10-24 at 11:04:09
Ok, i think i understand what u mean but..could u give an example or something? please? confused.gif
Report, edit, etc...Posted by DT_Battlekruser on 2004-10-24 at 11:06:01
A trigger with a wait running for the same player with another wait block trigger. If you have a wait and then while checking other triggers on that wait, encounters another wait, your triggers will seem to lag.

I guess liek this:

Trigger
Conditions:
¤ soemthing
Actions:
¤ do soemthing
¤ wait 2000
¤ do something else
¤ preserve


Trigger
Conditions:
¤ true when trigger #1 is true
Actions:
¤ do something
¤ wait 2000
¤ do something else
Report, edit, etc...Posted by Staredit.Net Essence on 2004-10-24 at 11:11:42
ok thx biggrin.gif
Next Page (1)