Plugin update! Mouse System v1.3.0 [PRO]

What’s new:

Became possible to set conditions for display 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 icon 10, the condition is set that it will be displayed when switch 1 is on:

<hover_icon: 10>

$gameSwitches.value(1)

</hover_icon>

Example: for a window the condition is set that it will be displayed if the variable 1 is greater than 10:

<hover_window: [100|72|Text]>

$gameVariables.value(1) > 10

</hover_window>

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!