Charas-Project

Game Creation => Requests => RPG Maker Programming => Topic started by: A Forgotten Legend on July 06, 2007, 05:08:27 PM

Title: Weather System Problem
Post 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.
Title:
Post by: thepsynergist on July 08, 2007, 05:56:37 AM
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.
Title:
Post by: A Forgotten Legend on July 08, 2007, 03:57:11 PM
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.