856
Scripting / Re: Text styling questions
« on: October 11, 2017, 03:24:36 AM »Got the colours working now. Thanks all for the advice.
Now searching for a decent replacement font that's all caps. If only I could get .toupper could work!
http://www.squirrel-lang.org/squirreldoc/reference/language/builtin_functions.html#string.toupper
string.toupper()
returns a uppercase copy of the string.
It works. Make sure you reasign string if you want to change it. Example: string = string.toupper();