[JASS] Calling Custom Function

Status
Not open for further replies.
Level 17
Joined
Jun 28, 2008
Messages
776
I have this problem, when I call a custom function in GUI like this :

JASS:
library
function MyFunction takes unit u returns nothing
do some stuff
endfunction
endlibrary

  • My Trigger
    • Unit - Do Somethings
    • Custom script: call MyFunction(SomeUnit)
    • Unit - Continue
When I call it, all code below it does not trigger / run, is that just how it is or is there something I am missing?

IOW everything above the custom script calling part is working, but after the function is called, the rest is skiped.

Any help?

Edit : And Whats with the new rep gems/balls??
 
Status
Not open for further replies.
Top