DKPlugins

DKPlugins 

RPG Maker MV/MZ

109subscribers

157posts

Showcase

32
goals2
6 of 50 paid subscribers
Ability to spend more time creating new plugins
$1.46 of $147 raised
Your donations to support me

New public plugin! Items Usage Conditions v1.0.0 [MV|MZ]

Description: Allows you to set conditions for the use of items through notes using JavaScript.
Instructions:
Use item notes to set the condition for using the item!
Use <use_condition>your_javascript_condition</use_condition>
your_javascript_condition - Your JavaScript condition.

Example (you can use an item only when the switches with numbers 1 and 2 are on):
<use_condition>
$gameSwitches.value(1) &&
$gameSwitches.value(2)
</use_condition>

Example (you can use an item only if the value of variable number 1 is greater than 10):
<use_condition>
$gameVariables.value(1) > 10
</use_condition>
Download:
js
DK_Items_Usage_Conditions.js8.66 Kb
Subscription levels3

Coffee buyer

$1.47 per month
Thanks for your support ❤️

Early access

$5.9 per month
Commercial license for plugins
Early access to public plugin updates

Exclusive plugins

$10.3 per month
Commercial license for plugins
Exclusive plugins
Early access to public plugin updates
Go up