Go
Wc3C.net
»
Warcraft III Modding
»
Developer's Corner
»
Triggers & Scripts
»
Compile errors in WEU: how to fix em
Compile errors in WEU: how to fix em
02-23-2009, 12:33 AM
#1
neku99
how do you fix compile errors in WEU?
02-23-2009, 12:40 AM
#2
ShadowWolf
Are you referring to code in the triggers that it can't compile? If that's the case it is probably just a syntax error in your JASS or something...
02-23-2009, 12:54 AM
#3
neku99
here's an example compile error and my error on allmost very map I make in WEU
02-23-2009, 01:05 AM
#4
TriggerHappy
That means the function AnyDamageEvent doesn't exist.
02-23-2009, 06:29 AM
#5
neku99
Quote:
Originally Posted by
TriggerHappy187
That means the function AnyDamageEvent doesn't exist.
well I guess I need to put the advance triggers eh well I'll try again
02-23-2009, 11:20 AM
#6
Seshiro
Don't do it, WEU fucks up your whole Map!
Better use JNGP and learn real Jass!
because WEU is something to kill your computer! ;D
Greez
02-23-2009, 09:21 PM
#7
ShadowWolf
Yeah if you're using WEU and you try using one of the advanced actions, then you have to Initialize Advanced Triggers on a map initialization event. Advanced Init contains all the function references.