Last Update: 2012.01.02
Script Download


This script allows the use to use Control Chataters (\c[x], \n[x] and such) in every text in a window. By default, only the message box and help text have this feature. But with this script you can use it in any window.


Requires the Victor Engine – Basic Module


Text with codes are have a slow process, slower than the default draw text (wich is very slow by itself). Also, text with codes won’t stretch to fit the text width. So you can set if all text will automatically use codes or if only specified text will do.
If VE_AUTOMATIC_TEXT_CODE = true, all text will automatically use codes, if false you will need to add the code \ at the start of any text you might want to use control codes.

Some of the database boxes have limited space, and would be hard to add some codes on them, so you can have the script to replace these text by using the code \r[text], this will make the

Text within strings on the script editor using double quotation (“”), like the ones on the Vocab module, needs two backslashes to use the codes.
E.g.:
Emerge = “%s \\c[1]emerged!\\c[0]“

The text will not stretch to fit the window if it’s the text width is larget than the window width.