- Joined
- Oct 1, 2012
- Messages
- 1,306
- Reaction score
- 1,575
- First Language
- English
- Primarily Uses
- RMMZ
Step Effects
RPG Maker MZ Plugin
Galv
RPG Maker MZ Plugin
Galv
Introduction
I wrote a script for VX Ace that I recall using a lot and thought it would be handy in MZ projects. Do stuff when characters step places... and things.
Features
This plugin allows you to setup step effects for the player and step effects for events.
‘Step effects’ are settings that are assigned to a terrain tag or to a region id. These settings are run each time a character steps on a tile with terrain tag or region id that has a step effect assigned for it. Each step effect can do one or more of the following:
– Spawn an event at the character’s location (Galv’s Event Spawner plugin required)
– Run a specified common event
– Play a sound effect
– Run script code
This could be used on maps that might require widespread functionality that would normally require lots of events or parallel process (such as large maps that you would like player transfers on all edges). I’m sure there are other creative uses you will find for this functionality.
How to Use
- Copy the "GALV_StepEffectsMZ.js" file into your project's /js/plugins/ folder.
- Activate plugin using the 'Plugin Manager'
- Read the 'HELP' documentation (also found in plugin manager) for more details and try the demo if you don't understand.
Plugin
Get it here
Credit and Thanks
- Galv
Terms
Free to use in any RPG Maker MZ project including commercial. Please credit "Galv".
