Posted July 21, 2021 by inVictor
#rpgmaker #trolling
Version 2.0.0 UPDATE Now the parameters can replace the whole command text. What is its purpose? Well, now you can have "troll" NPCs that have changing lists, see the GIF for an example:
https://media.giphy.com/media/uZzVkAbSRzaMT7wxYV/giphy.gif
Use commandText to print the regular command message.
Use commandCancel to print the message from the cancel option.
Also now you can change the text code "on the fly" by changing the content of $gameSystem._commandChoice. For example, a Script call $gameSystem._commandChoice = "Potato" before the event command Show Choices will make all choices to display Potato.