- Joined
- Mar 16, 2008
- Messages
- 812
I get lots of unusual syntax type errors that didn't happen before patch 1.34. I haven't changed anything with this file but when I try to resave under a different name, it turns off dozens and dozens of triggers for syntax errors. I don't even think these are syntax errors, for example it said "globals" at the start of a global variable section was an error.
I just have a simple jass function here for the multiboard, that I call with other gui trigger, but newer version saying I can't do it this way???
I hosted to see if it would "update" but seemed to do nothing
Has anyone else experienced a similar bug?
Thank you for reading.
update:
I just have a simple jass function here for the multiboard, that I call with other gui trigger, but newer version saying I can't do it this way???
JASS:
function getPower takes integer strength, integer agility, integer intelligence, integer level returns integer
local integer x = 0
set x = strength + agility + intelligence + (level * 3)
return x
endfunction
I hosted to see if it would "update" but seemed to do nothing
Has anyone else experienced a similar bug?
Thank you for reading.
update:
Last edited: