Hi guys.
I'm using Yanfly Engine Ace - Slippery Tiles v1.00 for moving on ice, which is nice. When you slide on the ice, you slide in one direction until you hit an obstacle.
However, this does not apply to rocks that you push onto the ice. Unfortunately, they only move one space and then stop. Like if they weren't on ice. To avoid this problem, I commented out class Game_Player < Game_Character and set it to class Game_Character < Game_CharacterBase. This solution works fine and I can push rocks on the ice with the same behaviour like if they were a game character.
Protected download
However, if I have party followers, they go all wild on the ice. They move in random directions and get lost on the ice which is really clumsy. Any idea how this could be solved?
That's the script I'm using
https://yanflychannel.wordpress.com/rmvxa/field-scripts/slippery-tiles/