Advertisement
posicat

/showInventory

Mar 11th, 2025 (edited)
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. --File: /showInventory
  2.  
  3. local moves = require("cattech.moves")
  4. dofile("/cattech/common.lua")
  5.  
  6. inventory = scanInventory();
  7.  
  8.  
  9. for name, count in pairs(inventory) do
  10.     print(name .. ": " .. count)
  11. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement