QueueObjectiveText
From GECK
A function added by the JohnnyGuitar NVSE Plugin.
Contents
Description
Queues the text to be displayed as quest objective update.
Syntax
QueueObjectiveText text:string isCompleted:int(0/1) displayMultiple:int(0/1)
Example
QueueObjectiveText "Objective text" 1 1 ; Displays "COMPLETED: Objective text"