mob/owner/verb
GiveSpell(mob/M in world)
set name = "Give Spell
set category = "Staff"
switch(input("What Jutsu do you wish to give them?", text) in list("Plant","Cancel")
if("Plant")
M.verbs += new /mob/verb/Plant()
if("Cancel")
return
Problem description:error: if: missing comma ',' or right-paren ')'