[RMVX ACE] EVENT WON'T WORK IF NOT ON SCREEN.

Posts

Pages: 1
Vaccaria
You'd think MZ would use a dictionary for switches/variables by now?
4936
There's one thing that's irritating me beyond my belief. The events won't work if they're not on screen. I don't know why, but every single time that I waited for them to come at my position, they won't. They needed to be on-screen just to move directly in front of me.

Is there a way to solve this? It would be obliged if there is.
They do that to cut down on the lag of sprites working off-screen. It was a big issue. There's a script out there that allows you to denote certain sprites to work whilst off-screen, though. I suggest checking the Master list for it.
http://rmvxace.wikia.com/wiki/RPG_Maker_VX_Ace_Master_Script_List
SunflowerGames
The most beautiful user on RMN!
13323

Game_Event line 88
if @stop_count > stop_count_threshold

will make events move while off screen.
Pages: 1