Prevent AI from activating trigger box

So I’m using fmod to switch the game ambiance when the player overlaps with a trigger box

I have an AI in my level and I don’t want it to activate the triggerbox,any idea?
(Sorry for my bad english)

You can:

  • use casts;
  • use tags;
  • interfaces;