- Joined
- Aug 19, 2008
- Messages
- 491
Can anyone give me a valid reason why these lines would give me a syntax error?
Line 268: Syntax Error: group CHANGENAME__targets
Line 269: Syntax Error: boolexpr CHANGENAME__allowed
Line 270: Syntax Error: integer CHANGENAME__Owner_Id
Line 271: Syntax Error: timer CHANGENAME__Timer
Worked earlier today perfectly
Yes, I'm serious. Here's a picture:
(Just realized that pictures won't prove it since I can still highlight anything in the syntax checker. All I can give you is my word)
JASS:
scope CHANGENAME initializer Initialize
//...
globals
private group targets
private boolexpr allowed
private integer Owner_Id
private timer Timer
endglobals
//...
endscope
Line 268: Syntax Error: group CHANGENAME__targets
Line 269: Syntax Error: boolexpr CHANGENAME__allowed
Line 270: Syntax Error: integer CHANGENAME__Owner_Id
Line 271: Syntax Error: timer CHANGENAME__Timer
Worked earlier today perfectly
Yes, I'm serious. Here's a picture:
(Just realized that pictures won't prove it since I can still highlight anything in the syntax checker. All I can give you is my word)
Last edited: