Plugin update! Mouse System v1.4.0 [PRO]

Became possible to set conditions for display text, images using Javascript, which are checked during mouse hover.

Use an end tag to tell the plugin to check for a condition, which is written between 2 tags.

Example: for the image, the condition is set that it will be displayed if the variable 1 is equal to 5:
<hover_image: Actor1_2>
$gameVariables.value(1) === 5
</hover_image>

Example: for the text, the condition is set that it will be displayed if switch 1 is on:
<hover_text: Text>
$gameSwitches.value(1)
</hover_text>

You can combine several of these comments to customize different data for different conditions.

If you specify several of these settings, then the very first one that satisfies the condition will be used!