Is it possible to work in normal IDE like ij idea or eclipse?
Is it possible to generate rooms "on the fly" when some kind of event fired?
Is there some kind of "ai" presets ?
Is it possible to import code from some kind of "modules" or libraries? For an example, I have type "robot", I want to have such structure for "on step":
gravity();
movement();
regenration();
other actions ();