Auto-translated
Hello. I have the following idea: a hero enters a region (there are several, as well as heroes), and he is asked a question. If he agrees, certain actions are triggered in that region (for example, it is blocked until something happens). I planned to create lists of these "activated" regions, as well as the heroes who activated them, filling them into arrays and then clearing the entries from the lists (so that later they could be activated again by the same hero, or another hero) when the actions in the region are completed, but unfortunately, I don't know how to implement this.