Re: Lil help in making first waypoint
Posted: Tue Jul 08, 2014 12:42 pm
Try adding some print statements to see what's going on. You could try adding a print of what status the getQuestStatus function is returning.Try adding this to the start of waypoint 7
Then, depending on what status it prints, try to figure out why it's wrong.
Code: Select all
print("Quest status is "..getQuestStatus(425473))