Difference between revisions of "Set.cel.v"

From AGI Wiki
Jump to navigationJump to search
Line 13: Line 13:
 
== <br />Sources ==
 
== <br />Sources ==
  
[[AGI Studio Help File]]
+
* [[agi:AGIStudioHelp|AGI Studio Help File]]
  
 
== <br />See also ==
 
== <br />See also ==

Revision as of 01:18, 10 March 2018

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