insertMode(name {String})
Inserts a blank mode with name name.
Takes:
name (String) name of the Mode to be inserted into TILE. After using this method, you can add plugins to this mode using
Outputs:
The MODE object
Difference between a Mode and a Plugin: A Mode is a collection of plugins that all get activated at the same time.