Go
Wc3C.net
»
Warcraft III Modding
»
Developer's Corner
»
Warcraft Editing Tools
»
Map Compile Error
Map Compile Error
09-13-2003, 01:20 AM
#1
Maxxthepenguin
I am using WEUnlimited, and i tried to save my map, but i get a compile error that says "Line 7724: Expected a function name."
How can i fix this?
09-13-2003, 01:29 AM
#2
Pesmerga
I think thats a trigger issue warning. Check your triggers for faulty actions and functions.
09-13-2003, 02:44 AM
#3
Allanon[Druid]
This is probably because you are using JASS (Custom text script) in your map. It should tell you the line (and show the code) that is faulty. Find what is wrong with that line, change it, and it should work.