Script – Goals

You may use the following syntax to define the main goal and subgoals in a script file. While you can only define a single main goal, you may define multiple subgoals. To define multiple subgoals, simply add another [SUBGOAL] header, and all goal definitions in the following lines will be assigned to the new [SUBGOAL] block.

Goal Headers: [MAIN GOAL] / [SUBGOAL]  

Goal Values: [MAIN GOAL VALUES] / [SUBGOAL VALUES] 

Goal Industries and Products: [GOAL INDUSTRIES] / [SUBGOAL INDUSTRIES] 

Goal Rewards and Penalties : [GOAL REWARDS] / [SUBGOAL REWARDS] / [SUBGOAL PENALTIES]


Adding comments to your script file
You may add comments to your script files by starting a comment line with ‘//’. (e.g. “//— my comments here —–//” )