No categories assigned
LUA:Declined
- Last edited 16 years ago by Christopher
Syntax
Declined(Quest, QuestGiver, Player)
Explanation
This function is very similar to the Accepted function. I will call all parameters set within it if the offered quest is Declined. Most quests will just have an empty function for this
but it IS required in your quest scripts!
Example
function Declined(Quest, QuestGiver, Player) end
You really could put anything in this function like emotes or have the NPC say something back to you if you decline the quest.