SarenCurrie/street-quest

Quest order

Opened this issue · 4 comments

@ladiespls: whichever quest I start first (i.e. whichever icon I click), it always starts "Albert Park Adventure". Do you know why?

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.

Fixed in #41

Wait, no it's not.

We should start the quest that actually was clicked on the map, not a random one.