Options Block

For single-player games, the define options block looks like this:

define options
	debug on
	panes on
end define

The available options are:

debug [ on | off ]

Specifies whether the "Debug" menu appears. This is useful for released games where you don't want players peeking into what's going on - particularly useful for compiled games where this statement can't be removed by the player.

panes [ on | off | disabled]

Specifies whether the panes on the right-hand side of the Quest window are on, off, or completely disabled. If on or off, the player can toggle whether panes are displayed. If displayed, the button is removed and panes do not appear.

login [ on | off ]

QuestNet Server Only Controls whether players must log in to the server. See Logins for more information.

register [ on | off ]

QuestNet Server Only Only applies when the login option is on. Controls whether players may automatically register a login on the server.

 

< Back