Difference between revisions of "Category:Commands"

73 bytes added ,  13:49, 17 April 2009
no edit summary
imported>Gblues
m (Corrected scriptname link.)
imported>Masterfreek64
 
(7 intermediate revisions by 7 users not shown)
Line 16: Line 16:
You may add comments to your code by starting the line with a semicolon. A comment is ignored by the game, but allows you to leave yourself notes on what a particular script is doing.
You may add comments to your code by starting the line with a semicolon. A comment is ignored by the game, but allows you to leave yourself notes on what a particular script is doing.


See also:
 
====See also:====


* [[Declaring_variables|Declaring Variables]]
* [[Declaring_variables|Declaring Variables]]
* the [[if]] statement
* [[if|The if statement]]
* [[set]]
* [[Set]]
* [[List_of_command_appearances_in_scripts]]
* [[Console Commands]]
* [[Calling commands from C++]] - see for Locations of commands in the Game .exe


[[Category: Scripting]]
[[Category: Scripting]]
[[Category: Functions]]
[[Category: Functions|Z]]