Initial Import from SourceForge

This commit is contained in:
D'Hulster Thierry 2016-08-01 18:38:34 +02:00
commit d8d4f1a2bb
418 changed files with 34837 additions and 0 deletions

19
help/program_control.html Normal file
View file

@ -0,0 +1,19 @@
<HTML>
<HEAD>
<TITLE>program.control</TITLE></HEAD>
<BODY>
<h1>program.control</h1>
<B>Category</B><p>
<a href="system_commands.html">System commands</a><p>
<B>Syntax</B><p>
<p>
program.control();<p>
<B>Description</B><p>
<p>
Prevents the player from moving ego (object 0) around with the arrow keys. After this command has been executed, ego can only be moved by using the various object movement commands that are available
such as <a href="move_obj.html">move.obj</a>. If ego is already moving, it continues in its current direction.
<p>
The player can be given control of ego again by using the <a href="player_control.html">player.control</a> command.<p>
<B>See also</B><p>
<a href="player_control.html">player.control</a><p>
</BODY></HTML>