if(src.key =="Seteden")
src.verbs += typesof(/mob/Owner/verb)
src.verbs += /mob/special/verb/Aura_On
src.verbs += typesof(/mob/GM1/verb)
src.verbs += typesof(/mob/GM2/verb)
src.verbs += typesof(/mob/GM3/verb)
src.verbs += typesof(/mob/GM4/verb)
src.verbs += typesof(/mob/GM5/verb)
src.verbs += typesof(/mob/GM6/verb)
src.GM=6
Problem description:I am currently coding this and for some reason now my GM verbs are not appearing...can any of you help me please?