diff options
Diffstat (limited to 'npc/003-6/cyndala.txt')
-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) { |