Action Code Script
Action Code Script is a programming language created in 2004. Action Code Script (ACS) is a scripting language used in video games such as HeXen and some modern Doom source ports, such as ZDoom. It is syntactically similar to C, but less flexible. As its name implies, most of the core logic for script functionality comes in the form of "scripts", which are traditionally identified with a numerical value. Read more on Wikipedia...
16Years Old | 20Users | ?Jobs |
- the Action Code Script wikipedia page
- Action Code Script first appeared in 2004
- See also: c, quakec
- Have a question about Action Code Script not answered here? Email me and let me know how I can help.
Example code from Wikipedia:
1 // Similar to C's stdio.h, ACS has its own library of basic functions 2 #include "zcommon.acs" 3 4 script 1 ENTER 5 { 6 print(s:"Hello World!"); 7 }
Last updated August 9th, 2020