- 3
- Posts
- 1
- Years
- Seen Mar 28, 2024
Hello Internet, first post, first try on a Pokemon X Back to Nature game.
I want have a day system where going to bed changes the weather for today and sets a new one for tomorrow so I can display it on the tv.
Currently done :
As soon as I use the script event "$game_screen.weather()" the weather starts to appear inside the players house.
The PBS file "metadata.txt" shows an Outdoor option but it's only for tinting & fly (DUH!?).
What can I do to show my global & daily weather only on outdoor maps?
I want have a day system where going to bed changes the weather for today and sets a new one for tomorrow so I can display it on the tv.
Currently done :
Code:
weather today = weather tomorrow;
weather tomorrow = new weather;
$game_screen.weather(:weather today,power,duration)
As soon as I use the script event "$game_screen.weather()" the weather starts to appear inside the players house.
The PBS file "metadata.txt" shows an Outdoor option but it's only for tinting & fly (DUH!?).
What can I do to show my global & daily weather only on outdoor maps?
Last edited: