Charas-Project
Game Creation => Requests => RPG Maker Programming => Topic started by: A Forgotten Legend on July 06, 2007, 05:08:27 PM
-
When I play in-game, the screen flashes a lot, like every half second. It happens with all of the seasons, but I took a screen of Winter's code. (the only difference in code its the variable's worth and weather effects.
-
The problem with the code is that the game is looking for a new variable for weather every 1/2 sec. (time it takes to get through code). Just insert an wait command with an appropriate amount of seconds, and it should be fine.
-
That wasn't it, I found my problem. I had the event Weather by Season set to Parallel Process. Here is a screen from before I changed it.
It was calling the weather when it shouldn't have been.