I wanted to make a very simple script (im learning javascript, i already know java and c but im having a hard time with this)
I made a simple plugin that only has this function:
function showTexts(){
$gameMessage.add("choose");
$gameMessage.setChoices(['Yes', 'No'],0,-1)...