I cant wrap my head around how you'd check a list of mobs and return mobs from that list who share the same IP address in one group. Any help would be appreciated.
e.g.
var/list/Players=(PlayerA,PlayerB,PlayerC,PlayerD,PlayerE,Player) |
NB- I know the above code is somewhat retarded but its just to demonstrate what I want.