Well... I have actually been thinking of making some CE-programming possible within RNDTool so you could use some Delphi code (unfortunately not other languages, since I already have a Delphi-script-component for Delphi) to change some CEs, for example like this:Tomi wrote:and it looks like that I'll need some very advanced tool for more comfortable CE editing, so I have to learn some multiplatform GUI lib, so I... etc etc etc...
for I:=1 to 256 do CE.Indestructible:=True; (which will make all CEs indestructible)
or like this:
for I:=1 to 256 do CE.Change[2].ChangeTo:=elRock; (which will make all CEs change to Rock on the 2nd change-page.
It would be possible to implement this into RNDTool, but I haven't worked with RNDTool for ages it feels like, so my motivation for doing it isn't the best. (This is where you should shout: "Please, do it! It would be great!!" etc..
