2
« on: July 13, 2011, 05:38:37 pm »
Tried that, but i got a cascade of errors now.. this is pretty frustrating, is there any way to display dialog besides that?
Behavior: DialogBoxCore at line 131
Attempted access of inaccessible property playSound through a reference with static type scripts:DialogBoxCore.
playSound = false;
Behavior: DialogBoxCore at line 131
Illegal assignment to function playSound.
playSound = false;
Behavior: DialogBoxCore at line 175
Attempted access of inaccessible property playSound through a reference with static type scripts:DialogBoxCore.
if(!(curChar == " ")) playSound = true;
Behavior: DialogBoxCore at line 175
Illegal assignment to function playSound.
if(!(curChar == " ")) playSound = true;