Looking for a Climbing Script

● ARCHIVED · READ-ONLY
Started by Nico Kaneo 2 posts View original ↗
  1. Hello, today I am looking for a very specific script, that may have not been invented yet, for RPG Maker VX Ace!

     

    Specifically, I'm looking for a script that will allow characters to climb over obstacles. 

     

    I'm looking for:

     

    • Ability to climb over obstacles that are 1 tile high, such as wall tiles, with    the press of a button.

          Pressing a button causes the character to jump up and grab the tile wall. Pressing left, or right on the keypad allows the character to shimmy across the wall. Pressing up makes the character climb over the obstacle. Pressing down makes the player drop back down to the tile below.

     

    If anybody has any resources for this please let me know in the comments! Thanks.
  2. I don't see why you need a script to do this - most of the functions are already in the map tiles (for example, classify the climable wall as a ladder to make the sprite look like climbing there), and simply use the event command jump with a moveroute to get to the bottom points.


    I don't know of any script that does this, because it's usually easier and less problematic to make this with events...