ACS
From Skulltag
(Difference between revisions)
m |
|||
(6 intermediate revisions not shown) | |||
Line 1: | Line 1: | ||
- | [[Skulltag | + | ACS was first introduced in Hexen as a scripting language for maps. [[ZDoom]] enhanced its power greatly. |
+ | You can learn more about ZDoom's ACS at the [http://www.zdoom.org/wiki/index.php?title=ACS ZDoom wiki]. | ||
+ | |||
+ | ==List of New ACS Commands== | ||
+ | Skulltag adds some new commands. Remember to get the prerequisite files at [[Editing_Files]] first. | ||
+ | |||
+ | [[consolecommand]] - Execute a string through the console. | ||
+ | |||
+ | [[redcount]] - Returns the number of people playing on the red team. | ||
+ | |||
+ | [[bluecount]] - Returns the number of people playing on the blue team. |
Current revision as of 01:20, 24 August 2006
ACS was first introduced in Hexen as a scripting language for maps. ZDoom enhanced its power greatly. You can learn more about ZDoom's ACS at the ZDoom wiki.
List of New ACS Commands
Skulltag adds some new commands. Remember to get the prerequisite files at Editing_Files first.
consolecommand - Execute a string through the console.
redcount - Returns the number of people playing on the red team.
bluecount - Returns the number of people playing on the blue team.