SCC: The SCI Script Compiler

Documentation for the SCI Script Compiler version 1.5 (included with SCI Studio 3.0).
By Brian Provinciano
http://scistudio.sourceforge.net/

The SCI Script compiler compiles the text code into binary script files. SCI Studio includes a fully integrated IDE (Integrated Development Environment) to simplify the use of the compiler.

Script Editor

To create your game, you can simply build it from the template game. It's quite pointless to create your game from scratch. However, if you do decide to, read The Requirements of an Executable SCI Script.

The Class System

Language Elements