ID:264518
 
Code:
mob
verb
MakeEspada(mob/M in world)
set category = "GM"
if(usr.lock)
return
if(M.race == "Arrancar")
switch(input("Do You Want To Give [M] Espada?")
if("Yes")
switch(input("What Espada Number do you wish to give them?", text) in list ("1","2","3","4","5","6","7","8","9","10","Cancel",))
if("1")
M.status = 1



Problem description:
loading Bleach Soul Of Chaos.dme
Espada Ranks.dm:9:error: if: missing comma ',' or right-paren ')'

Bleach Soul Of Chaos.dmb - 1 error, 0 warnings (double-click on an error to jump to it)

i dont get it theres a right ) pattern and a "" pater yet i keep geting this error

Because you have too many commas in that list.
Welcome, novice programmer!

Delete that source now, it's just going to cause you more troubles down the road.