Hello everyone
In RPG Maker XP there was a very useful option to select an event's initial blend mode. It can be done in MV via move routes which isn't hugely satisfying since they always take a few frames, before they go into effect.
https://www.dropbox.com/home?preview=SetBlendModeComment.js
That's why I wrote a short and handy Plugin for free use, that allows you to set an event's blend mode with a comment:
Just add a comment on top (it has to be the first command on the page) with the following content:
\blend[x]
Replace x with a number corresponding to the desired blend mode (0: normal, 1: additiv, 2: multiply, 3: screen)
Hope you guys find some use for this!