• Listen to a special audio message from Bill Roper to the Hive Workshop community (Bill is a former Vice President of Blizzard Entertainment, Producer, Designer, Musician, Voice Actor) 🔗Click here to hear his message!
  • Read Evilhog's interview with Gregory Alper, the original composer of the music for WarCraft: Orcs & Humans 🔗Click here to read the full interview.

[JASS] Expected a function name

Status
Not open for further replies.
Level 2
Joined
Sep 17, 2014
Messages
11
I've added some trigger in WE with Jass and he use function from init trigger and this function located at line 2190 but it seems that my trigger located above because i get error with line 1700. So this look like i use undefined function but how can i solve this? I don't want to relocate all functions to lines above my trigger or just add code of my trigger to correct lines at init trigger. I just want separate trigger in new category like now. Can i relocate my trigger under this functions with save separating of trigger(not all in one trigger) to lines above 2190 or add some functions prototypes whithout realization like in C++?
 
Level 2
Joined
Sep 17, 2014
Messages
11
IcemanBo, i have already solved this with just adding to one trigger. Bad but no time to more now). And by the way why i try to have a good looking in the deprotected map?:D
 
Last edited:
Status
Not open for further replies.
Top