Difference between revisions of "Minimum Vocabulary To Compile Template Game"

From SCI Wiki
Jump to navigationJump to search
 
m (1 revision)
 

Latest revision as of 16:45, 5 August 2013

Here are words necessary for compiling the template game:

Main.sc: (if you remove the sample code, you don't need these words)

object
hi

Menubar.sc:

color
all
delay
game
done
restart
restore
save

Don't remove these (you'll regret it):

* (anyword)
!* (noword)