New “patrons only” plugin! Picture Choices v1.0.0

Plugin description: Allows to use a graphic buttons instead of the choice window.

Instruction:

spoiler
Use the following pattern instead of choice text
Attention! To use a graphical choice
it is necessary that all choices be written through a pattern!
/pic[filename|text|x|y]
filename - Image filename
text - Choice text
x, y - X and Y coordinates. Calculated with Javascript.

Example:
/pic[button1|Text1|100|100]

Example (coordinates from variables):
/pic[button2|Text2|$gameVariables.value(ID1)|$gameVariables.value(ID2)]

Example (no text):
/pic[button3||100|100]