I hope i hit the right forum here
Story short: I need help with the implementation of a special feature.
Explanation:
I'm about to create a game that will work like a little sandbox. With the imagemap-function, I have created a map with different locations, as well as scenes in which one can "move".
Now comes the tricky part.
How does the game know which event is playable?
My Plan:
At game start you have 4 positions on the map. All are visitable. Nothing happens in 3 places, or you can possibly make small talk with another character. Only at location 4, a story scene will be started.
After this scene you have one more position on the map.
The main story continues in another place that you first have to find.
How can I teach renpy to remember the sequence of events while using the flexible and growing map?
Has anyone ever done such a thing?
Thank you for your attention and help in advance.
Best,
HoAbGa