(i somehow reached post charcters limit xD (it's 20k..)) I also tried to create gamemode in menuMain, but i "compile error in gamemode" in console.
All the code for gamemode is this, what could even error here??
public properties:
gamemode
isIronMode
code:
imgAlpha = 0;
persist(me,1);
gamemode = "normal";
isIronMode = false;
Even if i comment all lines it still errors >_<