EQ2 how to send player name / npc name to timer window
Been searching and sadly not found any answer
I want to create a trigger, that in turn stats a timer. In the timer, i would like to display additional information, such as which player trigger it and against which target. Is there a way to do this?
Thx!
Comments
I've tested using (?<attacker>\w+)('s) and it correctly fetches the text into this named group, but it is not visible in the timer window. I assume, since you said this will only work if more than 1 of the same timer is active at a time.