YANFLY ENGINE ACE - FORCE MOVE TILES

RPG Maker VX Ace

Tiles that force you to move in a designated direction.

  • YF
  • 12/09/2011 02:54 AM
  • 2188 views


This script allows certain tiles to force the player to move in one direction and continuing moving in that direction until the player is off of those specific tiles. Similar to conveyor belts or gravity tiles (from games like Chip’s Challenge), these tiles only move the player in one direction.

Download script.

---



Bind terrain tags to correspond to force moving players in specific directions. Insert these following notetags inside of a Tileset notebox and apply the proper terrain tag you want for each force move tile.

<force up: x>
<force up: x, x>
<force down: x>
<force down: x, x>
<force left: x>
<force left: x, x>
<force right: x>
<force right: x, x>

By marking specific terrain tags with x and using these notetags, you can have a tile specifically move the player in that direction until the player is off of a force move tile or until the player hits an object.

----

And so, if I forget to update the RMN page for this script, visit here for the updated version.