for(byte i=0;i<25;i++){
Slot oSlot = (Slot)ts.MyItems[i];
Item oItem = (Item)ts.ITEMS[oSlot.itemid.ToString()];
if(oSlot.itemid == 0){ continue; }
debug("Item " + oItem.itemname + " at " + oSlot.slot.ToString() + " with ID " + oSlot.itemid.ToString(),0xC08008);
}
Liet ke item...