Current.cel: Difference between revisions
From Sierra WikiNew
Jump to navigationJump to search
m (2 revisions imported) |
m (1 revision imported) |
(No difference)
|
Latest revision as of 23:27, 2 June 2024
The current.cel command stores the number of the current cel of a screen object in a variable.
Syntax
Remarks
Variable vB is set to the current cel number for screen object oA.
Possible Errors
AGI does not check that object number oA is a valid object. If it is not, the returned value is meaningless.
Example
Code:
current.cel(o0, v50); [ v50 now holds ego's current cel number
Technical Information
Required Interpreter Version: | Available in all AGI versions. |
Byte-Code Value: | 50 (0x32 hex) |