try this.. prontera,155,181,5 script Sample 757,{ getinventorylist; for( set .@i,0; .@i < @inventorylist_count; set .@i,.@i + 1 ) if( @inventorylist_id[.@i] == 1234 && @inventorylist_equip[.@i] ){ delitem @inventorylist_id[.@i],1; mes "DONE"; } close; } change the itemID here.. @inventorylist_id[.@i] == 1234 @Kyeme.. delitem cant work properly here.....it might delete the wrong item if you have more than 1 in your inventory.....