So this is the trigger. Not 100% sure if I got it right.
problem is if 2 mobs with this trigger is in the same room. And I attack one, then they both say something.
I need help figuring our how to make it only for 1 mob at a time. Only the mob attacked should say something once.
Any sugestions to make this trigger better would be nice, thanks.
Trigger Intended Assignment: Mobiles
Trigger Type: Act , Numeric Arg: 1, Arg list: *
Commands:
if %actor.fighting%
switch %random.3%
  case 1
    say Message 3.
  break
  case 2
    say Message 2.
  break
  case 3
    say Message 3.
  break
done
wait 120 s
end