- Joined
- Sep 26, 2009
- Messages
- 9,534
edit: SOLVED!
the code is
Is there a way to call a function instead of waste trigger space?
I want to have several loops that reference the same function, but I just want this function to be independent - I have no need for it to be its own trigger.
I tried in the JASS...
but it gives me a syntax error...
Anyone know if what I'm trying can be done?
the code is
JASS:
call Minion()
Is there a way to call a function instead of waste trigger space?
I want to have several loops that reference the same function, but I just want this function to be independent - I have no need for it to be its own trigger.
I tried in the JASS...
JASS:
call function Minion
but it gives me a syntax error...
Anyone know if what I'm trying can be done?
Last edited: