Changes from version 1.0 : I added and IF STATEMENT and "pnt" is now used to print (instead of "say"). In addition, there is a "Replace Line" button now. In the IF STATEMENT, you can use equal to, lest than, or greater than (the symbols). Also there is a Go Back to line __ command too. Key words: var set pnt if ( --) GoBack Same instructions as before except: To print x (and stop the script) write: pnt x The if statement follows this format: if (variablename=number SCRIPT --) To go back to line 3 write: GoBack 3 If the script is taking forever, the cause is probably that you are setting a variable that doesn't exist, or didn't end an IF statement. If so, pressing "B" should stop it.