Gamestudio Links
Zorro Links
Newest Posts
Zorro 2.70
by jcl. 09/29/25 09:24
optimize global parameters SOLVED
by dBc. 09/27/25 17:07
ZorroGPT
by TipmyPip. 09/27/25 10:05
assetHistory one candle shift
by jcl. 09/21/25 11:36
Plugins update
by Grant. 09/17/25 16:28
AUM Magazine
Latest Screens
Rocker`s Revenge
Stug 3 Stormartillery
Iljuschin 2
Galactic Strike X
Who's Online Now
1 registered members (TipmyPip), 18,449 guests, and 6 spiders.
Key: Admin, Global Mod, Mod
Newest Members
krishna, DrissB, James168, Ed_Love, xtns
19168 Registered Users
Previous Thread
Next Thread
Print Thread
Rate Thread
is there an actual "terminate" command #235781
11/10/08 03:30
11/10/08 03:30
Joined: Oct 2008
Posts: 67
pewpew Offline OP
Junior Member
pewpew  Offline OP
Junior Member

Joined: Oct 2008
Posts: 67
hey just wondering, as the topic suggests, what the command is to terminate your program?

say you have a menu, with 3 options
1.play
2.settings
3.quit

when the user selects option 3, my game just kinda.. crashes. but not in a bad way. everything just stops. it doesnt actually close the window. here is how my code works in theory:

var option = 0

function main()
{
while(option != 3)
{
print all 3 menu options;
get user input and store it in the variable "option";
}
}


HURRR DERP DERP DEERRPP HURR
Re: is there an actual "terminate" command [Re: pewpew] #235784
11/10/08 04:00
11/10/08 04:00
Joined: Oct 2008
Posts: 218
Nashua NH
heinekenbottle Offline
Member
heinekenbottle  Offline
Member

Joined: Oct 2008
Posts: 218
Nashua NH
sys_exit("char or string")


I was once Anonymous_Alcoholic.

Code Breakpoint;
Re: is there an actual "terminate" command [Re: heinekenbottle] #235786
11/10/08 04:26
11/10/08 04:26
Joined: Oct 2008
Posts: 67
pewpew Offline OP
Junior Member
pewpew  Offline OP
Junior Member

Joined: Oct 2008
Posts: 67
thanks heaps laugh


HURRR DERP DERP DEERRPP HURR

Gamestudio download | Zorro platform | shop | Data Protection Policy

oP group Germany GmbH | Birkenstr. 25-27 | 63549 Ronneburg / Germany | info (at) opgroup.de

Powered by UBB.threads™ PHP Forum Software 7.7.1