Skip to content

Instantly share code, notes, and snippets.

View aureliendossantos's full-sized avatar

Aurélien Dos Santos aureliendossantos

View GitHub Profile
@gr-im
gr-im / MicroRME.js
Created March 28, 2018 17:24
MicroRME
//=============================================================================
// MicroRME.js
//=============================================================================
/*:
* @plugindesc Tool for Event Making. Inspiration : xvw
* @author grm
* @version 1.0.0
*
* This plugin add SelfVariables and some small operands !
@xvw
xvw / VariablesShortcuts.js
Last active March 27, 2018 12:15
Shortcuts for variables in MV
/*:
* @plugindesc Shortcut for variables/switches/selfSwitches
* @author Xavier "xvw" Van de Woestyne
*
* @help This plugin provides a shortcut to access/update
* variables, switches and selfswitches in a script call.
* For examples :
*
* For variables : `V(ID)`, and `V(id, new_value)`.
* For switches : `S(ID)` and `S(ID, new_value)`.