InStorage: Difference between revisions
Jump to navigation
Jump to search
(Created page with "{{Template:InStorage}} Category:EventMacro_Automacros Category:EventMacro_Conditions_State") |
|
(One intermediate revision by one other user not shown) | |
(No difference)
|
Latest revision as of 21:45, 12 September 2021
- InStorage
-
- Description: Checks if the player has a certain quantity of an item in the storage, uses item name.
- Does not support percentages.
- Syntax:
InStorage "<item name>" <Math condition operators>
- Note the quotation marks.
- Example:
InStorage "Blue Potion" > 100
- Set variables:
$.InStorageLast => Saves the name of the last item that made InStorage become true $.InStorageLastAmount => Saves the amount in storage of the last item that made InStorage become true