No categories assigned

LUA:UpdateQuestStepDescription

Revision as of 17:45, 3 May 2013 by Thefoof (talk | contribs) (Created page with "Updates a quest step description. Usually called after completion of the step. ==== Syntax ==== UpdateQuestStepDescription(Quest, StepNumber, "Description string") ==== Usage =...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Updates a quest step description. Usually called after completion of the step.

Syntax

UpdateQuestStepDescription(Quest, StepNumber, "Description string")

Usage

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".


Back to LUA Quests Index