Go
Wc3C.net
»
Warcraft III Modding
»
Developer's Corner
»
Triggers & Scripts
»
**Timer Help**
**Timer Help**
07-17-2004, 09:09 PM
#1
Dargath
In the trigger editor how do you make a timer like
(hero level) x (10seconds)
I know how to add the '10' in but there is no 'hero lv' under the menu.
07-17-2004, 09:13 PM
#2
weaaddar
Did you actually look? Convert-Integer to Real- Integer Hero Level.
07-17-2004, 09:18 PM
#3
Dargath
OMG how was i so stupid i have so many conversions alrdy, but i didnt look about the hero lv and stuf...
07-17-2004, 11:30 PM
#4
BuRnInSpartan
make some timers like lvl 1 lvl 2 lvl 3 etc. then do
Events: Unit- A unit dies
Conditions: Unit = to a hero
Hero= level 1
Actions: Set lvl 1 (timer) as a one shot timer that will expire in (whatever amount of time)
Hope this works