ID:178432
May 14 2002, 7:50 am
|
|
i can't get GM stats for my chars, can someone plz help me?
|
Copyright © 2025 BYOND Software.
All rights reserved.
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