Difference between revisions of "Set.cel.v"

From AGI Wiki
Jump to navigationJump to search
Line 22: Line 22:
 
* <code>[[set.loop]]</code>
 
* <code>[[set.loop]]</code>
 
* <code>[[set.loop.v]]</code>
 
* <code>[[set.loop.v]]</code>
* <code>[[Cycling objects]]</code>
+
* <code>[[Cycling Objects]]</code>
  
 
&nbsp;
 
&nbsp;

Revision as of 23:08, 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

AGI Studio Help File


See also