initial 1.3.0

This commit is contained in:
2019-05-01 17:46:38 -04:00
commit ad86bc2a30
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>