EDIT: Whoops hit enter instead of tab.
Uhh..Anyways I'd like to know how to do what the title says
(PS: you just lost)
ID:273307
![]() Jan 23 2010, 4:11 pm
|
|
![]() Jan 23 2010, 4:19 pm
|
|
http://www.byond.com/ members/?command=reference&path=proc%2Fwinset
|
Well, i know how you could do it with a Skin button, and that would be to just place a button on the skin and put .quit in the commands section
|
@Darkjohn66: That actually defeats the purpose of the project I have going. Also, i already knew that one. But, thanks anyways.
@Kaioken: Aha! Many thanks! That had the exact answer I was looking for. |
basically make a hud on screen and give it a click option with
quit()
del(world)
Sorry if im wrong i haven't used byond for few months just reminding myself now... |
Here's a simple way, if you are not looking for a skin button.
obj/HUD You'll probably have to place the HUD button on the screen too. mob/proc |