Quest Step Question
Posted: Fri Aug 15, 2008 6:00 pm
I am adding a second step in my quest to have to "return to npc01". I don't want to use the TaskGroupText because it's just 1 easy thing that has to be accomplished. So I am using
What happens then is it displays properly in the quest journal but in the quest helper it display a blank string. If I do
then in the quest helper it will display a checkbox with a blank string. What's the proper way to get it to display a single string in the quest journal and a single string + checkbox in the quest helper?
Code: Select all
AddQuestStepChat(quest, 2, "I need to return to Deianeira.", "", 2530238)Code: Select all
AddQuestStepChat(quest, 2, "", "I need to return to Deianeira.", 2530238)