No categories assigned

LUA:SetQuestRewardComment

LUA Functions: SetQuestRewardComment()

Sets the reward comment for the given quest


Syntax

Set(param1, param2)


Parameters

Required - param1 (Quest), param2 (string)
param1 is the quest we want to set the reward comment for
param2 is the comment we want to set


Usage

function init(Quest)
    SetQuestRewardComment(Quest, "Woot you completed the quest!")
end

Sets the reward comment for the quest to "Woot you completed the quest!"