Set.loop.v
From AGI Wiki
Revision as of 22:44, 29 December 2013 by Andrew Branscom (talk | contribs) (Created page with "set.loop.v == <br />Syntax == <blockquote><code>set.loop.v(oA,vB);</code></blockquote> == Description == The current loop of object oA is set to vB. If an i...")
set.loop.v
Syntax
set.loop.v(oA,vB);
Description
The current loop of object oA is set to vB. If an invalid loop number is given, the interpreter generates an error. If the current cel of the object is greater than the last cel in loop vB, then the current cel is set to 0.
Sources
See also