My name is Mp and I'm new to the RPG MAKER community, in fact I admit that I had a certain prejudice towards the engine, but I come to say that I'm quite happy with what I've been working on, straight to the point.
A while ago I was working on my game where it would have fourth wall breaking mechanics, where the game would make those MSG BOX to communicate, and researching I discovered that Java Script (Programming language used in RPG MAKER MZ) did not have a message box but a command called window.alert (which is extremely ugly and less customizable) and even after researching I didn't find a way in which I could easily fulfill my desire, so I decided to create a plugin that helps with just that (for people who go through the same problems as me).
Again, I'm new to this field and it's my first plugin, which will definitely be updated in the future. How does it work?
Well, the plugin so far has two base commands: EdText (The one that creates a standard Msgbox) and the Error (The one that creates an error box with a blue question mark)
These commands create and execute a MsgBox .VBS file, so I'm afraid it won't work in browsers.
Well that's it, enjoy and if you have any questions, feel free to comment and I will answer with pride!