Set: Difference between revisions
From Sierra Wiki
Jump to navigationJump to search
m (1 revision imported) |
m (1 revision imported) |
(No difference)
|
Latest revision as of 00:14, 3 June 2024
The set command sets a flag's value to TRUE.
Syntax
set(flg fA);
fA = true;
Remarks
None.
Possible Errors
Changing values of reserved flags can have unpredictable results, and should be done carefully.
Example
Code:
<syntaxhighlight lang="agi"> set(f99); f99 = true; [ same as set(f99); </syntaxhighlight>
Technical Information
Required Interpreter Version: | Available in all AGI versions. |
Byte-Code Value: | 12 (0x0C hex) |