Player.control
From AGI Wiki
Revision as of 17:54, 30 December 2013 by Andrew Branscom (talk | contribs) (Created page with "player.control == <br />Syntax == <blockquote><code>player.control();</code></blockquote> == <br />Description == Allows the player to move ego (object 0) around w...")
player.control
Syntax
player.control();
Description
Allows the player to move ego (object 0) around with the arrow keys, after they have been prevented from doing so by the program.control
command.
Sources
See also