Index: binary-improvements/AllocsCommands/Commands/ShowInventory.cs
===================================================================
--- binary-improvements/AllocsCommands/Commands/ShowInventory.cs	(revision 290)
+++ binary-improvements/AllocsCommands/Commands/ShowInventory.cs	(revision 297)
@@ -67,4 +67,8 @@
 					SdtdConsole.Instance.Output ("Equipment of player " + p.Name + ":");
 				PrintEquipment (inv.equipment, p.EntityID, "equipment", tag);
+
+				if (tag != null)                {
+					SdtdConsole.Instance.Output ("tracker_item id=" + p.EntityID + ", tag=" + tag + ", SHOWINVENTORY DONE");
+				}
 
 			} catch (Exception e) {
