QueueCinematicText
From GECK
A function added by the JohnnyGuitar NVSE Plugin.
Contents
Description
Displays cinematic text with fade out effect on the screen, similar to "Quest started" text. Optional arguments can be used to configure the display. Queue priority argument accepts the following values:0 - Append to queue 1 - Prepend to queue 2 - Clear queue and display immediatelyJustification argument accepts the following values:
0 - Left 1 - Center 2 - Right
Title and subtitle fonts accept integer values corresponding to font slots in [Fonts] section in Fallout.ini.
Syntax
QueueCinematicText title:string subtitle:string soundID:string queuePriority:int justification:int titleFont:int subtitleFont:int
Example
QueueCinematicText "Title" "Subtitle" "UIPopUpQuestComplete" 2 2 1 1