Login

scripting

Kohaku's picture

Simple scipting

5
Average: 5 (1 vote)
//standard setup code
sync on
sync rate 30
 
 
//prepare the code holding array
dim code$(10)
 
 
//stick our code in an array
code$(1) = "print"
code$(2) = "hello!"
 
code$(3) = "print"

Syndicate content