void main() { object oPC = GetPCSpeaker(); int antal = 1; string tag = "kdpotion"; object oItem = GetFirstItemInInventory( oPC ); int count = 0; int stackSize; int i; while(GetIsObjectValid(oItem) && count < antal) { // Check tag if (GetTag(oItem) == tag) { stackSize = GetItemStackSize(oItem); if(stackSize == 1) { DestroyObject(oItem); } else { for(i=0; i