Set.dir
From AGI Wiki
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