ID:146209
 
Code:
mob
admin
verb
Reboot()
set category = "Admin"
world << "Rebooting..."
sleep(100);world.Reboot


Problem description:
I get the message that the world is rebooting, and I know my admin system works, but Dreamseeker just ends the map screen and says Reconnecting. Nothing happens, I waited several minutes too...
mob
admin
verb
Reboot()
set category = "Admin"
world << "Rebooting in 10 seconds."
sleep(100)
world.Reboot()


Did you try this more than one time?
In response to Sinoflife
thanks...