No categories assigned
LUA:UpdateQuestStepDescription
LUA:AllFunctions - UpdateQuestStepDescription
Return to: LUA:AllFunctions | Tutorials | Portal | Forum | Project Manager | Bug Tracker
Updates a quest step description. Usually called after completion of the step.
Syntax
UpdateQuestStepDescription(param1, param2, param3)
Parameters
- Required - param1 (Quest), param2 (StepNumber), param3 ("Description string")
- param1 is the quest you wish to update
- param2 is the step number of the quest you wish to update
- param3 is the new description of the quest step you are updating
Example
function TalkedToStonefist(Quest, QuestGiver, Player)
UpdateQuestStepDescription(Quest, 1, "I have spoken with Ragnhild Stonefist.")
end
Updates the quest step description for the first step of the quest "Stonefist's Art of Combat".