Quiz: Prerequisites
2 min read
1. Where should CLEO script files (.cs) be placed for the game to load them?
Show hint
CLEO automatically finds and runs scripts from a specific folder inside the game directory.
2. What happens if you compile a script without the {$CLEO} directive?
Show hint
The {$CLEO} directive tells Sanny Builder to produce a CLEO script file. Without it, the default SCM target is used.
3. What is the main purpose of using a stripped main.scm?
Show hint
Stripped main.scm removes all story missions and extra scripts.