No categories assigned

LUA:SetQuestYellow

Syntax
SetQuestYellow([Quest*] Quest)

Explanation
This function sets the category to display as yellow text for a quest in the quest journal.

Example

function Init(Quest)
    SetQuestYellow(Quest)
end

When this quest is started, the quest will category as yellow text.



Back to Quest Functions