QueueObjectiveText

From GECK
Jump to: navigation, search


A function added by the JohnnyGuitar NVSE Plugin.

Description

Queues the text to be displayed as quest objective update.

Syntax

[help]
QueueObjectiveText text:string isCompleted:int(0/1) displayMultiple:int(0/1)

Example

QueueObjectiveText "Objective text" 1 1 ; Displays "COMPLETED: Objective text" 

See Also