can anyone make the trigger for me? it just aint working for me.
and explain hyber triggers....
Hyper triggers are used to speed up all triggers under the section you put them. But if you put them under all players you will speed up all the triggers. This is what a hyper trigger looks like:
Conditions:
Always
Actions:
Wait 0 miliseconds
Wait 0 miliseconds
Wait 0 miliseconds
Wait 0 miliseconds
Wait 0 miliseconds
Wait 0 miliseconds
Wait 0 miliseconds
Wait 0 miliseconds
Wait 0 miliseconds
Wait 0 miliseconds
Wait 0 miliseconds
Preserve Trigger
The more of these you have, the faster your triggers will go. Also always keep hyper triggers at the bottom of all your triggers in that section.
Edit: Oh and I could show you how to do that unit halt trigger, but i need to know what exactly you want to use it for.
Center location on unit to be halted
Order unit to that locationm
Use the resources already avalable to you.
Unit Halt
http://www.staredit.net/?showtopic=1885#topic32Hyper Trigger
http://www.staredit.net/?showtopic=1885#topic30I don't feel like explaining hyper hyper triggers work again. Just search the database here for it, its something like "How to hyper triggers work" there is a recent thread on the topic.
PS. Darvon(MC):
Hyper triggers always effect all players, it doesn't matter who owns them. Also adding more copies doesn't make it go faster, it just makes the effect last longer.
QUOTE((U)Bolt_Head @ Aug 22 2004, 06:55 AM)
Also adding more copies doesn't make it go faster, it just makes the effect last longer.
So what would be recommended number of hyper triggers?
I usually do like the one hyper thing 5 times or 10 times.
The recommended number depends on how long your map will last. For example, a 5 minute map would only need 15-20 waits, where as a 2 hour long map would require 4-5 blocks of 62 waits.
For hyper triggers use:
Players:
- Player #
Conditions:
- Always.
Actions:
- Comment.
- Wait 0... (i suggest hold "C" till it hits the bottom "C" for Copy)
- Preserve.
For halt trigger use:
Players:
- Player #
Conditions:
- Use what ever you need here to set it off.
Actions:
- Comment.
- Center location 'Halt' on 'Unit' owned by 'Player #'.
- Move 'All' 'Unit' for 'Player #' at 'Halt' to 'Halt'.
- Preserve.
That should work, it worked for me in a couple maps.
The above would only work with a small halt location, but otherwise you could order the unit to stop repeatedly and that should work no matter the size of the location.
Geez, read the tutorial, guys. The unit halt uses two triggers, one to move the halted unit if it strays from its location, and one to center the moving location on the unit if it hasn't strayed. This way it can never get stuck.