Skip to content

Instantly share code, notes, and snippets.

View rghavlin's full-sized avatar

robhav rghavlin

View GitHub Profile
@rghavlin
rghavlin / menuCommonEvent.js
Created June 22, 2018 12:53
RPG Maker MV plugin to put a common event command in the main menu
//=============================================================================
// menuCommonEvent.js
//=============================================================================
/*:
* @plugindesc Run a common event from the main menu
* @author robhav
*
* @param Common Event Number
* @desc Number of the common event to run
@rghavlin
rghavlin / inputCustomName.js
Last active June 20, 2018 08:29
RPG Maker MV plugin which allows you to store an actor id in a variable then allow player to change the name of that actor
//=============================================================================
// inputCustomName.js
//=============================================================================
/*:
* @plugindesc Set a variable to any actor Id and allow player to change the name of that actor
* @author robhav
*
* @param Actor Id Variable
* @desc Number of Variable where the actor Id is stored for actor to be renamed
@rghavlin
rghavlin / attackAnimationOnHit.js
Last active June 19, 2018 11:04
This is an RPG Maker MV plugin for displaying attack animations only if the attacker scores a hit.
//=============================================================================
// attackAnimationOnHit.js
//=============================================================================
/*:
* @plugindesc Plays attack animation only if there is a hit. If miss, shows miss popup and plays miss sound. Applies only to physical attacks.
* @author robhav
*
* @help
* Plug and play.