Changes from version 1.1 : A) Reorganized the scripts, just to make it easier to edit and understand. B) Added a "change variable" function. For instance, this running this script: var k set k=4 cng k=*3 sets k to 12 (4*3) Key words: var set pnt if ( --) GoBack cng ---------------------------- 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 your are setting a variable that doesn't exist, or didn't end an IF statement. If so, pressing "B" should stop it.