Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --File: /showInventory
- local moves = require("cattech.moves")
- dofile("/cattech/common.lua")
- inventory = scanInventory();
- for name, count in pairs(inventory) do
- print(name .. ": " .. count)
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement