ID:176489
 
verb
reboot()
reboot()

what am I missing to reboot my world

pl;ease help
You're missing the fact that you're creating an infinite loop by calling reboot() when reboot() is called. Although, if there is someone running the server, there is a good chance this will get them to reboot the world.
In response to Garthor
Garthor wrote:
You're missing the fact that you're creating an infinite loop by calling reboot() when reboot() is called. Although, if there is someone running the server, there is a good chance this will get them to reboot the world.

I rember seeing in the blue book a simple way to reboot your world

verb
reboot()
reboot(world())
do you know what I need to add?
In response to Treasurecat
You need to add an argument to reboot(), because you're supplying one, even though verb/reboot() takes no arguments.
In response to Treasurecat
No no no, first, your casing is wrong, second, why don't you LOOK IT UP?

verb
reboot()
world.Reboot()
In response to Nadrew
Nadrew wrote:
No no no, first, your casing is wrong, second, why don't you LOOK IT UP?

> verb
> reboot()
> world.Reboot()
>


I had left my book at work, thats what I ended up haveing to do anyway.
In response to Treasurecat
There's a reference you know.
In response to Garthor
Garthor wrote:
There's a reference you know.

I was having problems looking through there thats why I came here
In response to Treasurecat
Control-F