Difference between revisions of "LUA:SetQuestYellow"
(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...") |
(No difference)
|
Latest revision as of 11:21, 7 September 2013
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.