I know I can make it so like the first mob dies and you hear the sound, but I actually wanna be able to see the "Varous yells: blahblahdgahgi"
Alright, how would I go about using... say an area trigger, or possible what the easiest way is, lol.
Edit:
I think I found a way for this to happen. I found this lua event that looks like it should work for what I'm going for.
Code:
RegisterUnitEvent (Npc Spawn ID, 10, "Name_playerenter")This will happen when player reachs waypoint.
Something like that, I can mess around with it to a function for him to yell when players get to a certain spot in the instance? Would that work?