diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-05-28 19:31:56 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-05-28 19:31:56 -0300 |
commit | bfea966e720beed6b78d9c22104c041c435806c0 (patch) | |
tree | 25da42f3a79752adb892c4a6e0e2095bc5c04781 /npc/003-6 | |
parent | 64becb1b9ddcb7cf7ed297b4b3a8bf014e2d159d (diff) | |
download | serverdata-bfea966e720beed6b78d9c22104c041c435806c0.tar.gz serverdata-bfea966e720beed6b78d9c22104c041c435806c0.tar.bz2 serverdata-bfea966e720beed6b78d9c22104c041c435806c0.tar.xz serverdata-bfea966e720beed6b78d9c22104c041c435806c0.zip |
More optional debug
Diffstat (limited to 'npc/003-6')
-rw-r--r-- | npc/003-6/cyndala.txt | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/npc/003-6/cyndala.txt b/npc/003-6/cyndala.txt index 6e50b2088..4fc303760 100644 --- a/npc/003-6/cyndala.txt +++ b/npc/003-6/cyndala.txt @@ -26,7 +26,11 @@ if (.@item_index < 0) return false; - getinventorylist; + getinventorylist(); + if (is_staff()) + mesf "Item Index %d (%s) - ID %d", .@item_index, + getitemlink(@inventorylist_id[.@item_index]), + @inventorylist_id[.@item_index]; if (@inventorylist_card1[.@item_index] != 0) { |