Difference between revisions of "Set.cel"
From AGI Wiki
Jump to navigationJump to search (Created page with "set.cel == <br />Syntax == <blockquote><code>set.cel(oA,B);</code></blockquote> == Description == The current cel of object oA is set to B. If an invalid ce...") |
|||
Line 15: | Line 15: | ||
== Sources == | == Sources == | ||
− | [[AGI Studio Help File]] | + | * [[agi:AGIStudioHelp|AGI Studio Help File]] |
| |
Revision as of 01:24, 10 March 2018
set.cel
Syntax
set.cel(oA,B);
Description
The current cel of object oA is set to B. If an invalid cel number is given, the interpreter will generates an error (the number of the last cel in a loop can be determined using the last.cel command).
Sources
See also