- Joined
- Dec 15, 2009
- Messages
- 625
Can this trigger be used to modify unit build time ingame?
- Unit - Set (Triggering unit) construction progress to 50%
So that "Wait" does the trick
But be careful, any Wait action below 0.27 second is useless because it is capped at 0.27 second and it is hard-coded engine in warcraft mechanics.
Any value under 0.27 second, it will be turned to 0.27 second instead.
What I meant was, if you put a value of Wait under 0.27 second, it won't work because the game Wait action is capped/maxed out at 0.27 second, understand ?
That action you used (in post #6), the actual value of your Wait action is actually 0.27 second, not 0.10 second, understood ?
I said that it's not wrong to use Wait but it is wrong to use Wait value under the value of 0.27 second, get it ?
Also, using Wait can destroy a "MUI-ness" of a spell (I hope you understand what is MUI)