Описание плагина: Позволяет использовать графические кнопки вместо окна выбора.
Инструкция:
спойлер
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]
Для отправки комментария необходимо войти на сайт.