Store the IID in a variable, named something selectedIID. Then create an event with 1 condition System->Pick by comparison. Then select the object you want picked, the expression is object.IID where object is the object you want picked, comparison is not equal to, value is the variable selectedIID.
So you're basically saying pick all instances of the object where the IID is NOT equal to the selectedIID variable.