thanks for the feedback. The bugginess of the interface was the main reason I ended up marking it as incomplete (that and the lack of sound). I plan on releasing a more complete version in a few days.
All entities are scripted and can be modified its just that its hard to tell, I guess cause there's not enough feed back. I now realise this probably should have been the first thing I mentioned in the read me, but connecting entities can be done by right clicking on an enemy (or item) in the world, you will then see a dark blue line between the player and the entity. If you are connected to multiple entities, you can cycle through active connections with TAB, the active selection is represented by a dark blue line while the others are more of a transparent grey/blue. Once connected you can use the upload and download buttons near the top left of the editor to download and assign scripts to the active connection. You can disconnect from an entity by right clicking it again.
The default files can be reset with the setting in the 'options; menu called 'reset save'
The terminal is mostly just for print outs and testing, and 'run' is the only command that is implemented. I probably should've disabled inputs in it cause its so buggy though. Funny enough, I went to reproduce the crash from backspacing in the terminal and it looks like I unintentionally fixed it somehow shortly after the submission deadline.
I appreciate your feedback on the scripting language. I can see how it it might not be suited for a short jam game as there are quite a few quirks that have to be learned. Doesn't help that the examples are also incomplete, as my intention was that you can learn it by viewing the scripts attached to entities. "postfix makes this language look awesome and hackery" I'll admit the the my main motivation for the design of the language was for it to look cool, and be easy to parse. It was designed originally for a much larger project I'm working on where the player will have a lot of time to get used to it. I'll probably keep the single character keywords, but I am considering switching from Polish notation to something more conventional.