Page 2 of 2

Re: Lil help in making first waypoint

Posted: Tue Jul 08, 2014 12:42 pm
by rock5
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

Code: Select all

print("Quest status is "..getQuestStatus(425473))
Then, depending on what status it prints, try to figure out why it's wrong.