mob/Continue
Continue
icon = 'continue.png'
density = 1
Click()
alert(usr,"[usr.name], Now you are going to choose your personal game setting.","??Voice??")
switch(input("Please choose your game difficulty.")in list("Easy","Nomral","Hard","Expert")
if("Easy")
alert("Your game will be on easy mode")
if("Normal")
alert("Your game will be on normal mode")
if("Hard"
alert("Your game will be on hard mode")
if("Expert"
alert("Your game will be on Expert mode")
Problem description:
why am i getting this error i see nothing wrong with it. I have all thr right commas and crap.
That should sort you out