Hello! I am developing a game where I need random events to happen across the game map. These events will entail the following.
1) Every 20 seconds the game will make a pointer on the map visible to the player and able to be interacted with.
2) upon interaction, triggering another random point on the map to activate.
3) upon interaction with the second point, the player will be rewarded with an amount of currency within a specific range.
Please help me figure this out. I have no idea how to make the game select a random event at all!