Adventure Game Studio Script is a programming language created in 2001.
#1096on PLDB | 23Years Old | 128Repos |
function hDoor_Look()
{
Display("It's quite a large, ominous looking door.");
}
// Main header script - this will be included into every script in
// the game (local and global). Do not place functions here; rather,
// place import definitions and #define names here to be used by all
// scripts.
Feature | Supported | Example | Token |
---|---|---|---|
Comments | ✓ | // A comment | |
Line Comments | ✓ | // A comment | // |
Semantic Indentation | X |