ID:146198
 
Code:
mob
admin
verb
Reboot_World()
set category = "Admin"
world << "Rebooting..."
world.Reboot()


Problem description:

Dreamseeker goes to the reconnecting screen, but nothing happens. Is it this or something else? Note: The reboot option att he top of the screen does the same thing as the verb. Please help...
Have you got any
World
Del()
//or
World
New()


If so, post them too.
In response to Holy Retribution
Thank you
In response to Bobthehobo
I guess you missed a "..()" in a world/Del() then?
In response to Holy Retribution
yeah

EDIT:
Wait, I can't the verb to work, I don't totally understand how to implement your set up...
In response to Bobthehobo
He asked you to post something if you had overwritten World/Del() or World/New(), not implement that somewhere. Just make sure you use either ..() after any proc such as this, or Logout()/Login() if you overwrite it.
In response to Sinoflife
Oh, well you have to understand, I have no idea in hell what I'm doing, lol...