ID:149776
 
can someone PLZ tell me the GM code i looked in libries but the code got messed up and now its not there for me. can someone post the code or e-mail it to me at [email protected]

PS. the code when i did have it in libries didn't work so don't e-mail that one but if u know how to fix it tell me.

whoever tells me and it DOES work on my game will get GM status

thank you

Alienman22774
Download s_admin v2.0. If it doesn't work, read the documentation. If it still doesn't work, read the documentation again ;-).

Alienman22774 wrote:
thank you

You're welcome!
client
New()
if (src.key=="your name here")
verbs += /mob/Mod/verb/Summon //verb path
verbs += /mob/Mod/verb/Boot
verbs += /mob/Mod/verb/Announce
verbs += /mob/Mod/verb/Goto
verbs += /mob/Mod/verb/Reboot_World
verbs += /mob/Mod/verb/Rename_World
if (src.key =="another mod")// to make a second mod
verbs += /mob/Mod/verb/Summon
verbs += /mob/Mod/verb/Boot
verbs += /mob/Mod/verb/Announce
verbs += /mob/Mod/verb/Goto
verbs += /mob/Mod/verb/Reboot_World
verbs += /mob/Mod/verb/Rename_World

..()
In response to Vortezz
Vortezz wrote:
Download s_admin v2.0.
[snip]

s_admin is used a lot but there is also U_control. I have not used either much so I can't comment on which to choose.