From bfea966e720beed6b78d9c22104c041c435806c0 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Thu, 28 May 2020 19:31:56 -0300 Subject: More optional debug --- npc/003-5/jeweler.txt | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'npc/003-5/jeweler.txt') diff --git a/npc/003-5/jeweler.txt b/npc/003-5/jeweler.txt index 9b37ae1a4..21639ffe9 100644 --- a/npc/003-5/jeweler.txt +++ b/npc/003-5/jeweler.txt @@ -141,9 +141,12 @@ L_Clear: goto L_Menu; // Check if we received an item - getinventorylist; + getinventorylist(); .@item=@inventorylist_id[.@item_index]; + if (is_staff()) + mesf "Item Index %d (%s) - ID %d", .@item_index, getitemlink(.@item), .@item; + // Is it the one we're looking for? if (.@item != GoldenRing && .@item != SilverRing) { mesn; -- cgit v1.2.3-60-g2f50