▄▄ ▄▄ ▄▄ ▄▄▄▄▄▄ ██ ███▄██ ██ ██ ██ ▀██ ██ [ " ] Opens the terminal [ENTER] Run command COMMANDS write; Outputs data to screen set; Creates or updates a packet del; Deletes a packet input; Takes input from user message; Broadcasts a message backdrop; Changes background clone; Creates a clone p;stop Stops the project int;clear Clears the terminal int;reset Resets the system int;stop ss; list of start script ssadd; ssdel; ssres; delete all start script commands ssch; change -_-_-_-_-_-_-_-_-_-_-_-_-_- VALUES Text values must be wrapped inside || symbols. Example: write;|test| (Outputs the text test to the screen) -_-_-_-_-_-_-_-_-_-_-_-_-_- PACKETS (VARIABLES) Packets are used to store and manage your data in interaction's memory. Put the £ symbol right after a name to call it as a variable. If you write values or strings side-by-side without an operator, the system automatically joins them together. Example: set;score£|10| (Creates a packet named score with value 10) -_-_-_-_-_-_-_-_-_-_-_-_-_- OPERATORS (All end with &) +& -& *& /& Math operations (Add, Subtract, Multiply, Divide) =& =!& <& >& Logic (Equal, Not Equal, Less Than, Greater Than) .& Gets a letter. _& Gets total length. -_-_-_-_-_-_-_-_-_-_-_-_-_- TIMES MECHANISM (LOOPS) Put ~X~ at the very end of any line to repeat that command X times. The system reads the end of the line first and loops the action automatically. Example: write;Name£~100~ (Runs the write command 100 times) -_-_-_-_-_-_-_-_-_-_-_-_-_-
Examples input;|What's your name?| write;|Nice to meet you |output£ clone;|Sprite1|~10~ message;|haber1|