verb
reboot()
reboot()
what am I missing to reboot my world
pl;ease help
ID:176489
Jan 8 2003, 4:52 pm
|
|
Jan 8 2003, 4:58 pm
|
|
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 |
In response to Nadrew
|
|
Nadrew wrote:
No no no, first, your casing is wrong, second, why don't you LOOK IT UP? > verb 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
|