Difference between revisions of "Set.cel.v"
From AGI Wiki
Jump to navigationJump to searchLine 11: | Line 11: | ||
The current cel of object oA is set to vB. 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). | The current cel of object oA is set to vB. 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). | ||
− | + | == <br />Sources == | |
− | == Sources == | ||
[[AGI Studio Help File]] | [[AGI Studio Help File]] | ||
− | + | == <br />See also == | |
− | |||
− | == See also == | ||
* <code>[[set.cel]]</code> | * <code>[[set.cel]]</code> |
Revision as of 23:03, 29 December 2013
set.cel.v
Syntax
set.cel.v(oA,vB);
Description
The current cel of object oA is set to vB. 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