From 7168b9c2298d840f0572561ed101092447b15e5c Mon Sep 17 00:00:00 2001 From: ubq323 Date: Mon, 2 Jan 2023 02:25:44 +0000 Subject: shop --- shop2.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/shop2.lua b/shop2.lua index ea6f522..ab4e989 100644 --- a/shop2.lua +++ b/shop2.lua @@ -8,6 +8,7 @@ local ITEMS = { local function printseq(m) return function(q) for _,v in ipairs(q) do + print(type(v),v) if type(v) == "number" then m.setTextColor(v) elseif type(v) == "string" then -- cgit v1.2.3