RM2K3 sliding ice script

~Red

Meh. Hate me if you will.
  • 542
    Posts
    19
    Years
    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
     
    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! ^_^
     
    Here is the Official RPGXP version of the event:

    Code:
    <>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:

    Code:
    <>Move Event:: Player
    :            : <>Movement Animation OFF
    :            : <>Move Forward
    :            : <>Movement Animation ON
    <>
     
    Back
    Top