I keep getting the "Expecting a function name" error message when compiling my map.
I know it is because of a forward reference problem when I call a custom JASS function from an Event Trigger using the Action "custom script:".
I've tried moving the Event Triggers around, but the compiler continues to place the custom function below the Event Trigger.
How do I get the World Editor to place the function above the Event Trigger when compiling?
Thanks, |