Quote Originally Posted by iMask View Post
function onCreated () {
if (this.scripting == hard && iMask == rage.quits)
echo ("I GIVE UP ;-;");
}
Would not work as you need a curly bracket after the if statement. You'd also need to declare the variables needed like this.scripting, hard, iMask and rage.quits.