- Dec 23, 2022
- 6
- 2
Firstly, apologies for posting this question as I'm sure the answer is out there. I've tried to find out but am having trouble wording it correctly.
Basically, I'm currently making a game that involves a map system, different times and different days. So far so good, these bits all work nicely.
What I'm having trouble with is an easy way to make the game simply sit on a screen and not do anything. What I mean is;
Let me know if this isn't clear or you want code snippets etc. Any help would be greatly appreciated
Basically, I'm currently making a game that involves a map system, different times and different days. So far so good, these bits all work nicely.
What I'm having trouble with is an easy way to make the game simply sit on a screen and not do anything. What I mean is;
- You use the map to travel to Classroom A but there's nothing going on there/no event.
- the game simply shows the screen, maybe one line of dialogue and does nothing else.
- The user can then click the map toggle button and select a different location.
Let me know if this isn't clear or you want code snippets etc. Any help would be greatly appreciated