pdirt/data/
pdirt/data/HELP/
pdirt/data/HELP/0/
pdirt/data/HELP/F/
pdirt/data/HELP/G/
pdirt/data/HELP/H/
pdirt/data/HELP/J/
pdirt/data/HELP/K/
pdirt/data/HELP/O/
pdirt/data/HELP/Q/
pdirt/data/HELP/R/
pdirt/data/HELP/U/
pdirt/data/HELP/V/
pdirt/data/HELP/Y/
pdirt/data/HELP/Z/
pdirt/data/MESSAGES/
pdirt/data/POWERINFO/
pdirt/data/WIZ_ZONES/
pdirt/drv/
pdirt/drv/bin/
pdirt/drv/compiler/converter/
pdirt/drv/compiler/libs/
pdirt/drv/compiler/scripts/
pdirt/drv/include/AberChat/
pdirt/drv/include/InterMud/
pdirt/drv/include/machine/
pdirt/drv/src/InterMud/
pdirt/drv/src/Players/
pdirt/drv/utils/UAFPort/
pdirt/drv/utils/dnsresolv/
pdirt/drv/utils/gdbm/
When reading an object.. it doesnt recognise the cflags are missing. IE, you
can type LOCATION = FOO1, when it should be LOCATION = IN_ROOM:FOO1.

Initialising of variables is not allowed. You can not type STRING MYSTRING = "";

String assignments do not work. You can not type MYSTRING = ".." + ".." or
MYSTRING = function() + "....";

Multiple locations are supported, not handled.

Support for multitraps is in, but isnt recognised. IE: codegen allows multiple
events to use one set of code, but in the area file you can only define one
event after the TRAP statement. [Fixed]