UpdateTaskGroupDescription not working
Posted: Sat May 04, 2013 3:57 pm
I'm having issues with this lua function, it doesn't seem like it updates the description string correctly. Currently I get this:

and I want this:

Here's the complete function for the step:

and I want this:

Here's the complete function for the step:
Code: Select all
function ReturnedToStonefist(Quest, QuestGiver, Player)
UpdateQuestTaskGroupDescription(Quest, 1, "I have won a match against one of the sparring partners.", 1)
AddQuestStepChat(Quest, 4, "Return to Yasha Redblade.", 1, "I am to return to Yasha Redblade near the ship's hull on Pilgrims' Landing.", 0, 4700005)
AddQuestStepCompleteAction(Quest, 4, "ReturnToYasha")
end