Difference between revisions of "AGI Command Reference - Unknown Commands"

From AGI Wiki
Jump to navigationJump to search
(Blanked the page)
 
Line 1: Line 1:
[[Tutorials and Guides|Tutorials and Guides Table of Contents]]<br />
 
[[AGI Command Reference|AGI Command Reference Index]]<br />
 
  
<div align="center">
 
Page:
 
[[AGI Command Reference - Arithmetic Commands|1]] |
 
[[AGI Command Reference - Commands to Load and unLoad Resources|2]] |
 
[[AGI Command Reference - Program Control Commands|3]] |
 
[[AGI Command Reference - Object Control Commands|4]] |
 
[[AGI Command Reference - Object Description Commands|5]] |
 
[[AGI Command Reference - Object Motion Control Commands|6]] |
 
[[AGI Command Reference - Inventory Item Management Commands|7]] |
 
[[AGI Command Reference - Picture Resource Management Commands|8]] |
 
[[AGI Command Reference - Sound Resource Management Commands|9]] |
 
[[AGI Command Reference - Text Management Commands|10]] |
 
[[AGI Command Reference - String Management Commands|11]] |
 
[[AGI Command Reference - Initialization Commands|12]] |
 
[[AGI Command Reference - Menu Management Commands|13]] |
 
[[AGI Command Reference - Test Commands|14]] |
 
[[AGI Command Reference - Other Commands|15]] |
 
[[AGI Command Reference - Unknown Commands|16]]
 
</div><br />
 
 
<div align="center"><span style="font-size: 22pt">Unknown Commands</span><br />
 
''By [[Chris Cromer]]''</div>
 
 
&nbsp;
 
 
<nowiki>*</nowiki> only works with pc v3 games. All of the mouse commands in this tutorial do not work with Brian's AGI mouse hack.
 
 
== unknown170(n);* [set.simple(n);] ==
 
 
<blockquote>n is a string number using this makes a saved game's name the same as the string n you used.</blockquote>
 
 
== unknown171();* [push.script();] ==
 
 
<blockquote>This command is used if you want to temporarily load up something then unload it so that you do not use the interpreters script. This can stop the problem out of script.</blockquote>
 
 
== unknown172();* [pop.script();] ==
 
 
<blockquote>This command is used if you want to temporarily load up something then unload it so that you do not use the interpreters script. This can stop the problem out of script.</blockquote>
 
 
== unknown173();* [hold.key();] ==
 
 
<blockquote>This command makes it so you have to hold the arrow key to move a good example of this is in Mixed Up Mother Goose.</blockquote>
 
 
== unknown174(n);* [set.pri.base(n);] ==
 
 
<blockquote>This affects the priority base of the AGI interpreter Kings Quest 4 uses this function to affect the table so the "base" (priorities < = 4) is bigger or larger at the top.</blockquote>
 
 
== unknown175(n); [discard.sound(n);] ==
 
 
<blockquote>This command discards sound n.</blockquote>
 
 
== unknown176(); [hide.mouse(n);] ==
 
 
<blockquote>This command hides the mouse pointer.</blockquote>
 
 
== unknown177(n);* [allow.menu(n);] ==
 
 
<blockquote>This command determines whether the menu is activated or not.<br />
 
If n = 0 the menu is turned off.<br />
 
If n = 1 the menu is turned on.<br /></blockquote>
 
 
== unknown178(n); [show.mouse(n);] ==
 
 
<blockquote>This command makes the mouse appear.</blockquote>
 
 
== unknown179(n1,n2,n3,n4); [fence.mouse(n1,n2,n3,n4);] ==
 
 
<blockquote>This command sets up a fence which the mouse can not go out of.</blockquote>
 
 
== unknown180(x,y); [mouse.posn(x,y);] ==
 
<blockquote>
 
This command gets the position of the mouse pointer.</blockquote>
 
 
== unknown181(n);* [release.key(n);] ==
 
 
<blockquote>This command does the opposite of unknown173(); it allows you to walk until you press a key to stop.</blockquote>
 
 
== unknown182(x,y); [adj.ego.move.to.x.y(x,y);] ==
 
 
<blockquote>This moves the ego to the position set in x y.</blockquote>
 
 
&nbsp;
 
 
<div align="center">
 
Page:
 
[[AGI Command Reference - Arithmetic Commands|1]] |
 
[[AGI Command Reference - Commands to Load and unLoad Resources|2]] |
 
[[AGI Command Reference - Program Control Commands|3]] |
 
[[AGI Command Reference - Object Control Commands|4]] |
 
[[AGI Command Reference - Object Description Commands|5]] |
 
[[AGI Command Reference - Object Motion Control Commands|6]] |
 
[[AGI Command Reference - Inventory Item Management Commands|7]] |
 
[[AGI Command Reference - Picture Resource Management Commands|8]] |
 
[[AGI Command Reference - Sound Resource Management Commands|9]] |
 
[[AGI Command Reference - Text Management Commands|10]] |
 
[[AGI Command Reference - String Management Commands|11]] |
 
[[AGI Command Reference - Initialization Commands|12]] |
 
[[AGI Command Reference - Menu Management Commands|13]] |
 
[[AGI Command Reference - Test Commands|14]] |
 
[[AGI Command Reference - Other Commands|15]] |
 
[[AGI Command Reference - Unknown Commands|16]]
 
</div><br />
 
 
[[Tutorials and Guides|Tutorials and Guides Table of Contents]]<br />
 
[[AGI Command Reference|AGI Command Reference Index]]
 
 
<span style="float: left">[[AGI Command Reference - Other Commands|&lt; Previous: Other Commands]]</span><span style="float: right"><span class="Inactive">Next:  &gt;</span></span>
 
 
&nbsp;
 
 
[[Category:Logic]]
 
[[Category:Commands]]
 
[[Category:References]]
 
[[Category:Tutorials]]
 

Latest revision as of 19:59, 22 March 2019