Center Typewriter Text?

The only topic I can find of this issue is one from 2016, and I know since then several features have been revamped.

So in 2023, is it possible to center the typewriter text? I am at a loss.


So... I ended up making a new typewrite function for Quest that will do the same things as the regular typewrite but center. Enjoy!

Name: TextFX_Typewriter_Center
Return Type: None
Parameters: (text, speed) these are listed separately in the GUI Editor
Script

SetAlignment ("center")
TextFX_Typewriter_Internal (text, speed, GetCurrentFontFamily(), game.defaultforeground, game.defaultfontsize)
SetAlignment ("left")

This then works like the PrintCentered command in the GUI editor.


This topic is now closed. Topics are closed after 60 days of inactivity.

Support

Forums