- Joined
- Jun 28, 2008
- Messages
- 776
I have this problem, when I call a custom function in GUI like this :
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??
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
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??