
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