Missing comma or right parent in Developer Help
|
|
Code:
Leave icon = 'Leave Button.png' Click() switch(input("This will boot you from the game in order for you to reconnect.") in list ("Leave","Return") if("Leave") del(usr) if("Return") else return
|
Problem description:
error: if: missing comma ',' or right-paren ')'
|