To use this in your own project, delete the "Testing broadcast" hat block and broadcast message block, then backpack the sprite. Variable Blocks: "Set" sets the variable to the value, and creates a new variable if it isn't defined yet "Change" changes the variable by the value, and acts like set if the variable isn't defined yet "Get" gets the value of the variable, returns nothing if the variable isn't defined List Blocks: "Add" adds a value to the list and creates a new list if it isn't defined yet "Insert" inserts a value into a list and creates a new list if it isn't defined yet "Delete # of" deletes the item at the index in the list "Replace" replaces the value at the index of the list "Get" converts the Temporary List into an actual list "Get #" gets the item at the index in a list "Get # of" gets the index of the value in a list "Delete" deletes the variable or list "Delete all" deletes all variables and lists
@badatcode123 gave me the idea