Difference between revisions of "Set.dir"
From AGI Wiki
Jump to navigationJump to searchLine 15: | Line 15: | ||
You can not set the direction of ego (object 0). Instead, change the value of v6 to the direction you want. | You can not set the direction of ego (object 0). Instead, change the value of v6 to the direction you want. | ||
− | To find out what direction an object is currently | + | To find out what direction an object is currently traveling in, use the <code>[[get.dir]]</code> command. |
== <br />Sources == | == <br />Sources == |
Revision as of 18:10, 30 December 2013
set.dir
Syntax
set.dir(oA,vDIR);
Description
The direction of object oA is changed ot vDIR. vDIR must be between 0 and 8:
You can not set the direction of ego (object 0). Instead, change the value of v6 to the direction you want.
To find out what direction an object is currently traveling in, use the get.dir
command.
Sources
See also