No categories assigned
LUA:SetQuestYellow
- Last edited 12 years ago by I need to Update My Profile
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.