Quest order
Opened this issue · 4 comments
nioncode commented
@ladiespls: whichever quest I start first (i.e. whichever icon I click), it always starts "Albert Park Adventure". Do you know why?
franomai commented
Code checks quests top-to-bottom, starting the first unstarted quest it finds. Naturally, since all quests are unstarted at the beginning, and APA is at the top of the file, it always starts first. This can be randomised if desired.
SarenCurrie commented
Fixed in #41
SarenCurrie commented
Wait, no it's not.
nioncode commented
We should start the quest that actually was clicked on the map, not a random one.