Original Source
- Original title: Custom State Eval v1.01
- Original author: DCF
- Original date: November 28, 2015
- Source thread: https://forums.rpgmakerweb.com/threads/custom-state-eval-v1-01.51705/
- Source forum path: Game Development Engines > RPG Maker Javascript Plugins > JS Plugin Releases (RMMV)
Summary
Custom State Eval v1.01 DCF Introduction Enables evaluation of custom js code in state notetag box when states are added and when states are removed.
Archived First Post
DCF
Introduction
Enables evaluation of custom js code in state notetag box when states are added and when states are removed.
Features
Evaluate custom javascript code when a state is added using notetag add eval.
<ADD EVAL> codecode</ADD EVAL>Evaluate custom javascript code when a state is added using notetag add eval.
<REMOVE EVAL>codecode</REMOVE EVAL>
How to Use
Place at or near bottom of plugin list. Place notetags in state notes.
Script
https://www.dropbox.com/s/7xi0jtai6t7uxen/DCF_CustomStateEval.js?dl=0
Examples
Run common event:
I use two events to change the sprite sheet of a character when a state is applied. Event 3 applies the custom sprite sheet and event 4 returns the sprite sheet to normal.
<ADD EVAL>$gameTemp.reserveCommonEvent(3);</ADD EVAL><REMOVE EVAL>$gameTemp.reserveCommonEvent(4);</REMOVE EVAL>Credit and Thanks
- Plugin can be used for commercial and non-commercial games. No credit required.
- I'm a JS/MV novice. Special thanks to Yanfly. Without his well commented and easy to follow code to use as a guide I would not have been able to make this plugin.
Features Mentioned
- Evaluate custom javascript code when a state is added using notetag add eval.
- codecodeEvaluate custom javascript code when a state is added using notetag add eval.
- codecode
Downloads / Referenced Files
Log in, then follow the RPG Maker Developers Group to see these download links.
Log in to downloadLicense / Terms Note
$gameTemp.reserveCommonEvent(3);$gameTemp.reserveCommonEvent(4);Credit and Thanks - Plugin can be used for commercial and non-commercial games. No credit required. - I'm a JS/MV novice. Special thanks to Yanfly. Without his well commented and easy to follow code to use as a guide I would not have been able to make this plugin.
Creator Claims / Removal
If you are the original creator and want this listing reassigned, edited, or removed, join BMMPlay and contact the moderators with proof that matches the original RPG Maker Web profile, linked GitHub, itch.io page, or another public creator identity.
Replies (0)
No replies yet.
Topic Summary
Loading summary...