- Joined
- Aug 24, 2017
- Messages
- 81
- Reaction score
- 8
- First Language
- Chinese
- Primarily Uses
- RMMV
How can I use plugin command through script. (I am not creating plugin)
I want something like this
$gameMessage.add("Show Text Script Call");
$gameParty.gainGold(n);
$gameParty.removeActor(n);
that is using event command with script.
And this time I want to use plugin command.
(I am not creating plugin)
Thanks for reading my question.
I want something like this
$gameMessage.add("Show Text Script Call");
$gameParty.gainGold(n);
$gameParty.removeActor(n);
that is using event command with script.
And this time I want to use plugin command.
(I am not creating plugin)
Thanks for reading my question.
