I am in the process of making a diary-like interface where options appear as they become known to the player. I found out that the ListBox fuction would be perfect for this if it hadn't been for one thing...
There is no way of setting the selected item to look the same as the non-selected items. This ruins the impression of a diary. :-\
There are plenty of ways around this that I can think of, but the ListBox function is almost ideal and would require only a small change to become more powerful.
Or maybe there is a way to change the colors and I'm retarded? ;)
In AGS 2.7 you can set the selected text and background colors, so yes this is easily done in the next version AGS.
That's what I get for not keeping updated... :)
Thanks!