mob
Warning
name = "{NPC}Warning"
icon='NPCs.dmi'
icon_state="Doctor"
npc = 1
verb
Talk()
set category = "NPC's"
set src in oview(2)
switch(input("Do You Wish To Test Your Luck Against The Strongest Monster In The Game?!?", text) in list ("Yes","No"))
if("Yes")
switch(input("Are you 100% sure you want to do this.", text) in list ("Yes","No")
if("Yes") //here
switch(input("Let me mack myself CLEAR this is NEARLY Impossible to kill", text) in list ("Yes","No")
if("Yes") //here
alert("Its your own funeral.Ah Well")
usr.loc = locate(32,63,1)
Problem description:
Its Telling me I am Missing ',' or ')' in BOTH spots (marked by HERE) when i clearly see the right parenthesis.
...:::Pirata Inmortal:::...