Read through the tutorial to learn how to use this in your own project. General commands list: - "reset": deletes all cloud variables - "version": gets the version of the plugin - "displayall": displays all cloud variables in a list - "[variable name]=[value]": sets a cloud variable to a certain value - "get([variable name])": gets the value of a cloud variable - "del([variable name])": deletes a cloud variable List commands (WIP): - "[list name].add([item])": adds an item to a cloud list - (WIP) rem - (WIP) ins - (WIP) rep - "[list name].len": gives the length of a list - "[list name].itm([item number])": gets an item from a list