Concerning rigale, most of my systems are in place. However, one thing that is really pushing me away from the editor and visual coding those days is that I can't easily copy/paste code. This is an issue, because it makes it harder to create new critters for example. Lets take a rabbit and crab for example. Sure, I can use script to easily change/randomize some values and colors, and this I already do (if you play rigale, you will notice animals "get older", or wolves can become alphas, or deers white deers. but If I want to create a crab from a rabbit (let's say for simplicity's sake that they have almost the same values. Yes crabs can bunny jump in Rigale ? ) I have to copy/paste every godamm line of code (which I wrap in a convenient logical "if", that then allows to copy everything inside). Its is a long, time consumming/error prone process.
My proposal would be to have some way to (using ctrl ? ) add all lines of code to a copy, and then paste them all to the new critter/item script.
Or maybe a workaround would be to change only the apparence of the critter, and have more control on its base values (especially speed).
However, those are proposals of course. The editor is AMAZING, and getting better with each update. Good job ppl.