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.
|
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? |
You need to add an argument to reboot(), because you're supplying one, even though verb/reboot() takes no arguments.
|
No no no, first, your casing is wrong, second, why don't you LOOK IT UP?
verb |
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. |
Garthor wrote:
There's a reference you know. I was having problems looking through there thats why I came here |