Top 1,000 Features Creators Resources Blog Explorer Download
GitHub icon

Adventure Game Studio Script

< >

Adventure Game Studio Script is a programming language created in 2001.

#981on PLDB 23Years Old 128Repos


Example from the web:
function hDoor_Look() { Display("It's quite a large, ominous looking door."); }
Example from Linguist:
// 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.

Language features

Feature Supported Token Example
Comments ✓
// A comment
Line Comments ✓ //
// A comment
Semantic Indentation X

View source

- Build the next great programming language · About · Acknowledgements · Extensions · Day 628 · Donate · feedback@pldb.io