- Joined
- Jan 23, 2020
- Posts
- 74
Hello again. I have a small problem, which the truth is not so serious, but maybe it stems from a misunderstanding of mine when configuring the script or maybe to a feature that is not working properly. Let's say my zones are configured as follows:
ZONE_MAPS = [
[1],
[13,16,23],
[4, 5],
[6]
]
Let's focus on the second line. In my game, let's say that:
Currently on map 16 (first outside) it is raining. The character enters map 13 (interior) and from 13 exits to 23 (new outside in the same Zone).
With the current configuration I understand that when I go out to map 23 (new outside in the same Zone) it should still be raining. Right?
However it happens that while in 16 (first outside) it rains, in 23 (new outside in the same Zone) there is no weather, I go back to 16 and it is still raining.
Is it normal for it to behave like this?
Thank you for your support.
ZONE_MAPS = [
[1],
[13,16,23],
[4, 5],
[6]
]
Let's focus on the second line. In my game, let's say that:
Currently on map 16 (first outside) it is raining. The character enters map 13 (interior) and from 13 exits to 23 (new outside in the same Zone).
With the current configuration I understand that when I go out to map 23 (new outside in the same Zone) it should still be raining. Right?
However it happens that while in 16 (first outside) it rains, in 23 (new outside in the same Zone) there is no weather, I go back to 16 and it is still raining.
Is it normal for it to behave like this?
Thank you for your support.