anachronox-sdk/docs/planet/16.html

39 lines
1.3 KiB
HTML
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=windows-1252">
<TITLE>Anachronox Editing Documentation</TITLE>
</HEAD>
<BODY BGCOLOR="#000000" TEXT="#EFEFEF" LINK="#00FFFF" ALINK="#FFFFFF" VLINK="#05F3D0">
<CENTER>
<P>
<FONT FACE="Helvetica">
<FONT COLOR="#0055DD"><B>Tutorial 16: More Useful cmd Commands - Sequence, Closewindow & Gamevar</B>
</FONT>
</CENTER>
<P>
<HR>
<BR>
<FONT COLOR="#0055DD">SEQUENCE=[ape sequence number]</FONT><BR>
Used Extensively for calling subtitle windows. Also calls APE SWITCHES. DAMN HANDY!!!! USE IT! Check any cine script and look at appropriate APE file to see. Permanent (those windows will stay open).<BR>
Ex.<BR>
Sequence=83:6701<BR>
<P>
<FONT COLOR="#0055DD">CLOSEWINDOW=[ape sequence number]</FONT><BR>
You must close those windows that you opened.<BR>
Closewindow=83:6701<BR>
You can close ALL windows by using 0:0, BUT you may have a think switch running and that will close as well causing many problems.<BR>
Closewindow=0:0<BR>
<P>
<FONT COLOR="#0055DD">GAMEVAR=[gamevariable, value (0 = unset)]</FONT><BR>
When you wanna set variables or change some.<BR>
Gamevar=ilovejoey,1 set variable ilovejoey to 1.<BR>
Gamevar=ilovejoey,9 set variable ilovejoey to 9.<BR>
Gamevar=ilovejoey,0 will remove variable entirely.<BR>
<P>
<P>&nbsp;<P>
</BODY>
</HTML>