Nothing eye catching or awesome, but it makes working with TEXT a bit easier: COLOURFUL TEXT! This is how you create it:
Code:
CLTEXT* mytext = cltext_create(_str("[clff0000]Guard: [clffffff]I used to be an [cl2233ff]adventurer [clffffff]like you. Then I took an [cl22ff33]arrow [clffffff]in the knee."), font_create("Arial#18b"), 20, 320, 0);
cltext_show(mytext, 80, 360, 1);
Not finished for now, I miss automatic word wrapping.