Ok, then, I got a trigger I need to set a variable. That part is easy. The tricky part is making it work.
Thats the line.
In that line, I want to match only the Hero Level:317
Now, I can make it highlight it just fine, using \d+
But I need that nmber to be a wildcard. As soon as I do, it highlights the Align part as well, which is useless to me. I suppose I could make the entire line a trigger, but that kinda seems to be a bloated trigger.
| Name:Tubur Hero Level:317 Align:Chaotic-Good |Thats the line.
In that line, I want to match only the Hero Level:317
Now, I can make it highlight it just fine, using \d+
But I need that nmber to be a wildcard. As soon as I do, it highlights the Align part as well, which is useless to me. I suppose I could make the entire line a trigger, but that kinda seems to be a bloated trigger.