how did you do that, and the entire menu?
it's also a nice debug part.
keep it up the awesome job you do there.
Thank you Shadow!
I briefly described how to Input plugin commands in the video's description on YouTube. (I'll copy-paste it here)
~ For fellow developers. This is done in RPG Maker MV, using the following plugins:
1.
TMCommonEventKey.js (For running common event with a key)
2.
Torigoya_InputNamePrompt.js (For inputting text.)
3.
YEP_PluginCmdSwVar.js (For adding that text as variable into a plugin command)
4.
AES_MessageExt.js (Provides an escape code for running script calls inside a message window. All script calls you see in video, are placed into a variable, and then run through a message window.)
The menu is done with the plugins showcased in this video: