Exit statement
The exit statement has the form
exit
It simply ends the execution of this script or piece of code. (It does not end the execution of the game! For this you need the function game_end(); see below.)
Contributor: Mark Overmars
The exit statement has the form
It simply ends the execution of this script or piece of code. (It does not end the execution of the game! For this you need the function game_end(); see below.)
Related: a program, addressing variables in other instances, arrays, assignments, break statement, comment, continue statement, do statement, exit statement, expressions, extra variables, for statement, functions, functions and variables in gml, if statement, repeat statement, scripts, switch statement, variables, while statement, with construction
Contributor: Mark Overmars
REFERENCE
