Planar Functions
Introduction
There are 3 main types of function:
- load - Load functions are called by putting 'load ' add the start of a line, or by loading a file with load_file (note that levels are just loaded files)
- load named name - Named loads start with 'load name ' and then a name for an item
- exec - Exec functions are called by putting 'exec ' add the start of a line, or by loading a file with exec_file