viewing paste Unknown #800 | Text

Posted on the
1 2 3 4 5 6 7 8
caspen,152,209,4    script  Identifier  57,{
    getinventorylist;
    for( set .@i,0; .@i < @inventorylist_count; set .@i, .@i + 1 ) {
        if ( @inventorylist_identify[.@i] == 1 ) continue;
        delitem2 @inventorylist_id[.@i],1,0,0,0,0,0,0,0;
        getitem @inventorylist_id[.@i],1;
    }
}
Viewed 760 times, submitted by Guest.