ShowOff:OnQuestAdded

From GECK
Jump to: navigation, search

An event handler added by the ShowOff NVSE Plugin version 1.50.

Description

This event runs whenever a quest first appears in the Pip-Boy or when the quest added pop-up appears.

Dispatched Args

The 1st and only arg sent to handler UDFs is the Quest which has started being visible to the player.

Syntax

Use SetEventHandler / SetEventHandlerAlt with the event name "ShowOff:OnQuestAdded".

Handler Script

A skeleton handler script for this event:

scn OnQuestAddedUDF

begin Function { ref rQuest }
   ;* Do stuff
end

Example

SetEventHandler "ShowOff:OnQuestAdded" OnQuestAddedUDF