mob/Login()
if(src.key == "MyKey")
src.verbs += typesof(/mob/Admin/verb)
src.verbs += typesof(/mob/owner/verb)
src.verbs += new /mob/Juvenile_Ice/verb/FutagozaNoJutsu()
src.GM=1
Problem description:
Thats what it looks like but every time i go to test it nothin happens...no verbs of anything...somebody tell me whats wrong with this crud..