i read that the best way to optimise collision checking is
by excluding/filtering objects or by doing a every .. seconds and putting the filtering events on top before the collision check
but collision checking is a trigger, so is always on top,
should i put the collision checks in a subevent?
im just confused, any tips, help?