ID:169571
 
Need help or people that can put in coding to upload it and get game running will make u top gm and host
just a little somthing there are some great demos on that kinda stuff or you could always use the easy way and make a proc for the gm like
mob/proc/Gm_Check()
if(usr.key == "Your Key")
usr.verbs += mob/GM/verb/ //example
In response to Smokymcpot
how u make command list
In response to Guywithsword
what exactly do you mean?
In response to CIB
were u put commands like world say,save,and afk
In response to Guywithsword
mob
verb
worldsay()
set category="Categoryhere"
//dostuff
afk()
set category="Categoryhere"
//dostuff

And stuff like that. I think that's what you mean
In response to Hell Ramen
thx