Skip to content

Flagvalue

Replace the text of this command by the string representation of a flag slot or one where the slot is contained in a flagvar slot.

Syntax

(1)

|flagvalue,flags|

(2)

|flagvalue,dummy,flagvar|

Parameters

flags: int

The flag slot to print its the bool value's string representation. This must be a valid flag slot or an exception will be thrown.

dummy: var

This value is ignored, its presence is only to indicate to operate in syntax (2).

flagvar: int

The flagvar slot whose value is the flag value's string representation to print. This must be a valid flagvar slot or an exception will be thrown.

Remarks

This command is intended for troubleshooting purposes. Its only usage is in the TestRoom.

This command resumes processing at the same position than this command to accommodate for the text replacement.