- Joined
- Oct 9, 2008
- Messages
- 112
Hi its me again! ;>
I hope ya can help me again
:
1. :> Okay, how can i transport Local Variables between two more more functions?
2. :> And why the JNGP says that the Return is missing if i return a variable?
3. :> Is it right that when i call a function like this in GUI?=
call functionA(GetTriggeringUnit())
that i can make this?:
function functionA takes unit u returns nothing
call RemoveUnit(u)
endfunction
4. and the last one! ;> how can i call functions likea chain?
like:
call functionA()
in function functionA
call functionB()
in functionB
call functionC()
in functionC
call functionA()
okay thank you in advance i hope there are some resolutions! ;>>

-Atami
I hope ya can help me again

1. :> Okay, how can i transport Local Variables between two more more functions?
2. :> And why the JNGP says that the Return is missing if i return a variable?
3. :> Is it right that when i call a function like this in GUI?=
call functionA(GetTriggeringUnit())
that i can make this?:
function functionA takes unit u returns nothing
call RemoveUnit(u)
endfunction
4. and the last one! ;> how can i call functions likea chain?
like:
call functionA()
in function functionA
call functionB()
in functionB
call functionC()
in functionC
call functionA()
okay thank you in advance i hope there are some resolutions! ;>>

-Atami
