No categories assigned

LUA:SetQuestYellow

Revision as of 11:21, 7 September 2013 by Thefoof (talk | contribs) (Created page with "'''Syntax'''<br> SetQuestYellow([Quest*] Quest)<br> '''Explanation'''<br> This function sets the category to display as yellow text for a quest in the quest journal. '''Example...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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