Name
VERSION -- define which Hollywood version is required (V2.0)
Synopsis
@VERSION version, revision
Function
This preprocessor command allows you to define the version of Hollywood that your script needs to run. You should always use this preprocessor command as the first thing in your script.

Inputs
version
required Hollywood version
revision
required Hollywood revision
Example
@VERSION 2,0
Defines that this script requires at least Hollywood 2.0.

Show TOC