Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Hakuen Studio Jump System for RPG Maker MZ

A jump system with flexible conditions for enable/disable the jump! · By Hakuen Studio

[ANSWERED] Auto jump from region Id to region Id

A topic by Mind&Sorcery created Jan 11, 2026 Views: 170 Replies: 4
Viewing posts 1 to 2
(+1)

Hi! Is it possible to make this plugin auto-jump in the direction the character is facing from region Id to same region Id activated by only touching the region Id?

Developer

Yes it is, It is just a matter of eventing:

On the plugin parameters:


inside the event, check for the player region id. If it matches, use the Jump Forward plugin command:


Okay, but it doesn't "auto-jump" from same to same region ID. You have to event it each time you create a jump section?

Developer

It does not auto-jump. But that is a matter of eventing. You can create a parallel common event and insert that screenshot example there. It will check if the player is on a region id, and do something when it is.

Since you change the rules of the plugin parameters, player will only be able to jump if it can land on the same region id he is.

(+1)

Alright. I'll try that. Thanks.