Whoo! The Axe has reached over 3000 lines! It's not the most compact thing, but geez. This is getting intense. Oh, also I've figured out a system for armor, but that will be pushed to Demo 6.
My advice.
1.
A line can set many DATAs.For example:
DATA "","","","THE AXE","",""…
2.
All dimension values have not to use READ and DATA.After "DIM" without READ and DATA,dimension values have 0(Numeric) or ""(String:Zero Length).
@Aaron, yeah I'm trying to do that. I have a lot of comments, which are particularly useful. A huge chunk is made of DATA statements, and so I have a key on how to write them. I'm glad I made it, because otherwise I'd be lost.