ID:271728
 
What is a piece of code i can tell the thing in the dm code to close down the application? To quit anotherwords...

in the thing in file>>quit is .quit, what byond code can i use so that an item in the map will save the char, then make the client auto-close?
Just make a saving system(yes, yourself, or find a nice library. NOT DEMO!), and run the Save() proc, then delete the user.

It won't close the window, but it will kick the player.
In response to Kaiochao2536
well i want one that can close the window....cause it is sorta gay to have the options and messages reappear just to X out of it.
In response to Super Silly Stuart
mob/verb/quit()
winset(usr,null,"command=.quit")
In response to Mike H
see guys, MIKE H is cool!
thgat code works just fine... :)))))))
In response to Super Silly Stuart
oh yea I forgot you can execute a command w/o a control, XD.
In response to Kakashi24142
kakashi, go to the 'zip files' topic two topics below this, i need your help...