Smart Jump - RPG Maker MZ
A downloadable asset pack
This plugin allows for a smart jumping mechanic that dynamically checks for terrain, obstacles, and jump ranges. It also supports plugin commands to trigger jumps with specified distances and directions.
============================================================================
Plugin Commands
============================================================================
1. SmartJump [distance] [direction]
Example: SmartJump 3 down
Makes the player jump 3 tiles in the down direction. Valid directions are:
up, down, left, right.
2. SmartJumpTo [x] [y]
Example: SmartJumpTo 10 15
Makes the player jump to a specific tile (x, y).
============================================================================
Notetags
============================================================================
<NoJump>
Place this notetag in a map's event to prevent jumping onto or over it.
============================================================================
How It Works
============================================================================
- Checks for terrain passability and events when jumping.
- Prevents the player from jumping onto impassable tiles or "NoJump" events.
- Allows customization of jump distance and direction through plugin commands.
Status | Released |
Category | Assets |
Author | mintyyworks |
Tags | jumping-system, plugin, rmmz, rmz, RPG Maker, RPG Maker MZ, rpg-maker-mz-plugin, rpgmz, rpgmz-plugin, smart-jump |
Download
Click download now to get access to the following files:
Leave a comment
Log in with itch.io to leave a comment.