Hello,
I know it's been a while since last post in this topic, but I dont know where to ask for help...
I will explain my problem:
I tried changing the pixel movement rate in an in-game event using:
Call Script: $game_system.pixel_rate = (Desired value from 0 to 5)
But my character goes crazy and moves by its own to the top-left corner of the map, then the game becomes laggy and eventually crashes with an unknown error.
But if I change the value directly from the script It works perfectly in a new game.
PIXEL_MOVEMENT_RATE = 0-5
The problem is that I want to change the pixel rate to 0 when I'm not in a "Battle map" and change it back to 2 when i'm in a "Battle map".
Sorry for my English, I hope I explained my self correctly.
Thanks in advance.
PS: If this is not the correct place to post this, please tell me where to do it and I will.