[JASS] global constants

Status
Not open for further replies.
Level 3
Joined
Jan 9, 2008
Messages
24
am i allowed to make global constants in code?
when i try to put it in the w3x file, i get errors ( expected end of line )

JASS:
globals
    constant string         COLOR_MANA          =   "6BA1FF"
endglobals

this is what i cant do
 
Status
Not open for further replies.
Top