Version: 1.0.0

Description: Allows you to display images during dialogs using special characters.

Compatibility:

  • RPG Maker MV: 1.5+
  • RPG Maker MZ: 1.0+

Features:

  • Display images with special characters during dialogs.
  • Ability to hide the image during dialogue using special characters.

Preview:

spoiler

Instruction:

spoiler
To display an image during a dialog, use the following command:
\img[id,picture_name,x,y]
id - Sequence number of the image
picture_name - File name
x - X coordinate
y - Y coordinate
Example: \img[1,Actor1_2,50,50]

To hide an image, use the following command:
\himg[id]
id - Sequence number of the image
Example: \himg[1]

At the end of the dialog (closing the window), all images
called with the \img command are automatically hidden!

“Help” languages: English, Russian

Terms of use

How to get a commercial license

Downloads:

Demo (MV):

Images_During_Message_Demo_MV.rar (3.5 MB)
(Last update: 22 March 2023 18:32)

Demo (MZ):

Images_During_Message_Demo_MZ.rar (2.8 MB)
(Last update: 22 March 2023 18:32)

Plugin:

DK_Images_During_Message.js (8.8 KB)
(Last update: 22 March 2023 18:32)



Related Posts