Difference between revisions of "InCartID"

From OpenKore Wiki
Jump to navigation Jump to search
m (Conversion script moved page InCartID to inCartID: Converting page titles to lowercase)
m (4epT moved page inCartID to InCartID over a redirect without leaving a redirect)
 
(No difference)

Latest revision as of 21:44, 12 September 2021

InCartID
  • Description: Checks if the player has a certain quantity of an item in the cart, uses item ID.
  • Does not support percentages.
Syntax:
InCartID <item ID> <Math condition operators>
Example:
InCartID 507 100..500
Set variables:
$.InCartIDLast => Saves the ID of the last item that made InCartID become true
$.InCartIDLastAmount => Saves the amount in cart of the last item that made InCartID become true