InStorageID: Difference between revisions
Jump to navigation
Jump to search
m (Conversion script moved page InStorageID to inStorageID: Converting page titles to lowercase) |
m (4epT moved page inStorageID to InStorageID over a redirect without leaving a redirect) |
(No difference)
|
Latest revision as of 21:46, 12 September 2021
- InStorageID
-
- Description: Checks if the player has a certain quantity of an item in the storage, uses item ID.
- Does not support percentages.
- Syntax:
InStorageID <item ID> <Math condition operators>
- Example:
InStorageID 507 100..500
- Set variables:
$.InStorageIDLast => Saves the ID of the last item that made InStorageID become true $.InStorageIDLastAmount => Saves the amount in storage of the last item that made InStorageID become true