- Joined
- Apr 17, 2013
- Messages
- 381
function Trig_Untitled_Trigger_003_Actions takes nothing returns nothing
endfunction
//===========================================================================
function InitTrig_Untitled_Trigger_003 takes nothing returns nothing
set gg_trg_Untitled_Trigger_003 = CreateTrigger( )
call TriggerAddAction( gg_trg_Untitled_Trigger_003, function Trig_Untitled_Trigger_003_Actions )
endfunction
anyone?
Abilities/duration is always same --> can be in a config trigger.
I'm not sure but if you want to apply Mag's "MUI with Waits" you do it wrong. Here: http://www.hiveworkshop.com/forums/trigger-gui-editor-tutorials-279/mui-triggers-waits-218354/ ( you can't use something like "TriggeringUnit after the Wait-Action as explained under Cons)
If you don't wanna use this technique, then indexing is not needed in your example. --> array variables are not needed.