Syntax = All commands must end with ";" (except calling a variable) (Please note currently variables may not contain ";") Commands: Time; - Prints time Var varname; - Creates a new variable Val varname = value - Adds value to variable varname Print(text); - Prints text, or, if text matches a variable, prints value of said variable
Credits: @Ratchetyclank - Scripts, Idea Versions May 30 2020: v1 24 April 2021 22:36pm : v1.5 (Added If Statements)