Hi again guys :)
I'm looking for the function which allows you to center text when you use an instruction such as:
Display ("My text here.");
By default, this text comes up left-justified in a white Sierra-style window. I'd like it to be centered. I know this was possible in the old days with the ALIGN_CENTER function, but I can't find the right instruction now. Neither in the help file nor in the forums.
Does anyone know if centering text is possible?
As always, thanks in advance.
game.text_align = eAlignCentre;
Only for message boxes and Sierra-style speech.
Quote from: pcj on Sat 01/10/2011 22:37:41
game.text_align = eAlignCentre;
Only for message boxes and Sierra-style speech.
Perfect. Thanks a lot.
What about if i use the Lucasarts style template?can i use the same code too?or i still need to use the custom text function like densming show at densming's Youtube videos channel? (function ShowTextCentered) ??
LucasArts speech is always centered (with respect to the character).