{" "} Welcome to CLEO Scripting Tutorials Page

CLEO

CLEO is a fun and very easy once you get the hang of it. Your first couple days will be kind of difficult though. The program made for creating CLEP scripts is called Sanny Builder. Now that you have Sanny Builder 3, it is time to begin your journey into Scripting. You will notice a couple of things on the first launch. Look at the bottom right of the screen, you will notice a little box that says CLEO that is red bordered. First you will need to tell Sanny Builder to complete your scripts in .cs or .cm format. .cs is a default CLEO extension.

Now we have first successful thread in a script. It should look likes this:

                      {`
{$CLEO .cs)
thread 'TEXT'

:TEXT_1
wait 0
if
0AB0: key_pressed 73
jf @TEXT_1
jump @TEXT_2
`}