- Joined
- Sep 28, 2004
- Messages
- 365
How do i write the below code:
Here is what happen:
I want to write the call ForGroupBJ( udg_immolate_victimGroup, function Trig_test_Func001A ) in function Trig_test_Func001A instead of a separate one.
Help would be much appreciated
-
Actions
-
Unit Group - Pick every unit in immolate_victimGroup and do (Actions)
-
Loop - Actions
-
-------- a --------
-
-
-
Here is what happen:
JASS:
function Trig_test_Func001A takes nothing returns nothing
// a
endfunction
function Trig_test_Actions takes nothing returns nothing
call ForGroupBJ( udg_immolate_victimGroup, function Trig_test_Func001A )
endfunction
I want to write the call ForGroupBJ( udg_immolate_victimGroup, function Trig_test_Func001A ) in function Trig_test_Func001A instead of a separate one.
Help would be much appreciated
Last edited: