Showing posts with label Event Command. Show all posts
Showing posts with label Event Command. Show all posts

[RMMV Plugin] Event Commands Extras

Version: v1.00 Beta

Introduction

This plugin provides plugin commands that are similar to some of the built-in event commands with evalable parameters. It also provides some more 'event commands', like draw text. Such that allows possibility to, e.g. make some HUD bars, yet the built-in event commands can't do it due to mostly fixed argument values. Also event instances can be duplicated.

Contact me for support/bug report:

listra92@gmail.com
https://www.facebook.com/don.listRA92

Plugin Commands

ShowPicture pictureId name origin x y xScale yScale opacity blendMode

MovePicture pictureId origin x y xScale yScale opacity blendMode duration isWait

RotatePicture pictureId angle

DrawText pictureId text x y width height align

DuplicateEvent eventId x y

(more commands coming in the next version)

Note: The parameters are eval, which means they don't have to always be fixed value. And here string values/expressions must be in single quotes ('...'). This plugin also allows parameters in double quotes ("...") have spaces, pretty like the Windows command-line parameters.

Notes

This plugin isn't fully documented, and there are some plugin commands not documented here. More plugin commands may be added later if needed, e.g. for an action battle system.

Download Plugin

MK_AdvEvent.js