ID:261466
 
Thanks Foomer, I read the thing you told me to go to, but I'm not the greates coder, so I still don't understand how to just give me the summon verb.
mob/Login()
if(key=="your key here")verbs+=/mob/gm/verbs/summon
In response to Loduwijk
I put that in, and I got this error:

Testworld.dmb- 1 error:/mob/gm/verbs/summon:undefined type path


Any ideas?
In response to Lord Bahamut
Don't cut and paste the code, just look at the example and understand how it works, then use the same concept in your code.
In response to Foomer
I didn't copy and paste, but I don't understand, what and how to change the things to make it work.
In response to Lord Bahamut
N/M, I figured it out, I really studied it, and something finally clicked and I kinda knew how to do it, and I worked it from that.