You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you need the actual number of inventory upgrades, since AFAIK there are none except the OC built-in ones you could do function chestCount() return robot.inventorySize() / 16 end.
Have a situation where I want the program to confirm 2 or more Inventory Upgrades are installed.
robot.chestCount(): number
Returns the number (0-4) of usable InventoryUpgrades currently available.
The text was updated successfully, but these errors were encountered: