This is demo Functions: function("functionname") //createfunction //code end "functionname"() //call function keyevent.bind("key - keyname", "cooldown - int") //code end loop() // listen for keypresses and event fires keeps the program alive print("Text") wait("Number") goto("x", "y") pendown() penup() eraseall() resetruntime() // resets the timer for timer uses return() // ends script pen.setcolor("#hexcode") pen.setsize("size")
Edit the code list inside! For test program make sure to scroll down the console list!