Staredit Network

Staredit Network -> UMS Assistance -> slow-down
Report, edit, etc...Posted by DFIK on 2006-09-09 at 03:42:06
I'm working on a bound, and after about 30 or so seconds, everything jsut slows down. The time between trigger sincreses, screwing up th ebound, and making it move unsmoothly. I've no idea why. Am I doing hyper triggers improperly? I've got a computer player with no other wait triggers, and copied "wait for 0 milliseconds" filled it up, and copied the entire trigger so that there's 4 of them. Did I do that wrong? Or is it something else?
Report, edit, etc...Posted by xmrxsiegecopx on 2006-09-09 at 04:28:35
Did you remember to add the preserve trigger? Also, other wait triggers running wait actions can also cause wait blocks. Finally, make sure that once a bound level is done, it isn't still activated, otherwise, the waits in it may cause wait blocks as well.

This is how hyper triggers should look like:



Trigger
Description:
Hyper Triggers (Need at least 4)
Conditions:
¤ Always
Actions:
¤ Comment (Optional)
¤ Preserve trigger.
¤ Wait 0 milliseconds. x62
Report, edit, etc...Posted by fritfrat(U) on 2006-09-09 at 09:23:15
That is very most likely the cause of your problem.. 4 hyper triggers would stop working after 20 seconds without a preserve trigger.
Report, edit, etc...Posted by DFIK on 2006-09-09 at 12:49:44
lmao, thanks guys, how could i forget the preserve trigger?

Thanks for the help!
Next Page (1)