PDA

View Full Version : RM2K3 sliding ice script


~Red
November 25th, 2006, 10:16 AM
This may similarily work with RMXP...

What this does
Have you got stuck on making sliding ice? Like in the Mahogany gym? Well this is exactly what this does!

What to do
Go on the map you wish to add sliding ice to.

Place from the chipset the ice tiles.

go to event mode and create s new event on a random ice tile.

insert Move Event: Hero, move forward, ignore if can't move

change this event to 'when touched by hero'.

now copy and paste it on all the ice tiles.*

*If your doing it like Mahogany gym make sure you don't put it on the grip tiles. That way the hero will stop once touching the grip tiles.

To make it as if the hero is not walking on the ice and is sliding change the hero's sprite at the beginning of the event commands!

HAVE FUN!

Ashandmisty

GymLeaderLance99
November 25th, 2006, 09:14 PM
Thanks a lot! This will definitely help me out with my Gold remake. I got stuck at that point in the Mahogany Gym and Ice Path. Thanks again! ^_^

Glitchfinder
March 12th, 2007, 09:46 PM
Here is the Official RPGXP version of the event:

<>Move Event: : Hero
: : <>Common Animation Off
: : <>Step Forward
: : <>Common Animation On
<>

Also, for those of you with the ILLEGAL Postality Knight's Edition, I believe it would look like this:

<>Move Event:: Player
: : <>Movement Animation OFF
: : <>Move Forward
: : <>Movement Animation ON
<>