
In essence, the bare minimum for getting this line to compile in the program is 0ACD: "Hello World!" 5000. time is also unimportant when compiling and are there only for human readability. This text is unimportant when the program compiles your code. show_text_highpriority is a human-readable description of the command. Keywords are another feature of Sanny Builder that helps simplify certain aspects of coding. The wait in the previous line uses a keyword "wait" that uses the opcode 0001 internally.

All commands in any scripts are represented by an opcode internally. 0ACD is an opcode, an instruction represented by a hexadecimal number. This shows the bulk of the complexity of scripting in the game.

Run the game to see your simple CLEO script display the text "Hello World!" for five seconds in the game. Hello.cs should appear in the same folder. Then select Run > Compile to compile your code. Save your code by selecting File > Save and save it as Hello.txt into the CLEO folder in the game's directory. Copy and paste the following code.ĠACD: show_text_highpriority "Hello World!" time 5000 Run Sanny Builder and choose the relevant game on the bottom right side of the window. The following outlines the basic steps on how to write a simple CLEO script and run it in the game. Go to and copy the lines to the end of VCSCM.INI. Go to your Sanny Builder folder and open data\vc\VCSCM.INI using any text editor.

Save SCM.INI.Įxtract all the contents in the ZIP file, including VC.CLEO.asi and the CLEO folder with everything inside, into Vice City's folder. Go to and copy the lines to the end of SCM.INI. Go to your Sanny Builder folder and open data\gta3\SCM.INI using any text editor. Go to and choose the relevant link to download the latest version of CLEO.Įxtract all the contents in the ZIP file, including and the CLEO folder with everything inside, into GTA III's folder. Install Sanny Builder into your computer.
