It would actually only take about a day or two to convert the code to Lite-C. The only reason I haven't done it myself is because, quite frankly, I have much better things to do and don't really care.

If you'd like to try yourself, go ahead. It isn't hard, as long as you understand both Lite-C and C-Script. You basically just have to clean up the code and turn things like:

Code:
if( my.FLAG1 == OFF )



into:

Code:
if( !is(my,FLAG1) )



As you can see, I only say it'll take a day or two because it's a long, tedious process. Not a hard one.


Eats commas for breakfast.

Play Barony: Cursed Edition!