- Joined
- May 22, 2010
- Messages
- 362
I understand that using wait is buggy and inefficient, and read that timers are much better, but I did not find how to use them.
So how can I avoid using the wait function in the following trigger.
So how can I avoid using the wait function in the following trigger.
-
Trig2
-
Events
- Unit - A unit Finishes casting an ability
- Conditions
-
Actions
- Custom script: local unit VV = GetTriggerUnit()
- Wait 8.00 seconds
- Custom script: call SetUnitManaPercentBJ( VV, 100 )
- Custom script: set VV = null
-
Events