ID:178432
 
i can't get GM stats for my chars, can someone plz help me?
mob/Login()
if(src.key == "RaeKwon")
usr << "Welcome GM!"
usr.verbs+=/mob/gm/verb/Reboot
..()
else
usr << "I'm sorry, your not gm."
..()

mob/gm
verb
Reboot()
world << "World rebooting in 10 seconds."
sleep(100)
world.Reboot()

go from there.
- RaeKwon