ID:261249
 
When you die, I have it ask if you want to play again, if you say "No", then you're deleted, if you say "Yes", I want it to reboot the world, I looked in the help section, and saw a Reboot(). I can't get it to work though...here's what I have;

//blah blah
switch(input("Do you want to play again","Game Over")in list("Yes","No"))
if("No")
del(usr)
if("Yes")
Reboot()

I get a bad proc error...How am I supposed to use it?
your supposed to use it like this
Reboot()
LOL!

nah seriously, try world.Reboot()
In response to FIREking
Thank you FIREking......I think. :-\
In response to The Wizard of How
The Wizard of How wrote:
Thank you FIREking......I think. :-\


That will reset everyone make a proc that does all your login stuff (Call it all login) and at gameover call that proc.