QUOTE (Serris @ Mar 27 2009, 05:03 AM)

xD wow, okay I get all that but am terrible at scripting. Still trying to figure out how to change Trevize ATCP into Triggers for his Gauges plugins. <.< You should figure that out for me. Actually I'd just like to know what variables I need to set and send.
What's Trevize ATCP? Sounds interesting.
QUOTE (Serris @ Mar 27 2009, 05:03 AM)

You can continue the quotations around the %numbers. Odd that it wouldn't work on the targeting alias but does with these setaliases
Ok, I'll try that
QUOTE (Serris @ Mar 27 2009, 05:03 AM)

The qsc you're using, try
^Health:\s+\d{1,4}\s*/\s*(\d{4})\s+OR {5}Mana:\s+\d{1,4}\s*/\s*(\d{4})$
to account for the spaces. Not sure why you had {5} and not {1,4} on the {4}s there but again, not good with codes and I'll most likely break this one.
I had {5} because in my qsc prompt there are always 5 spaces between the max health number and 'Mana:'
QUOTE (Serris @ Mar 27 2009, 05:03 AM)

I'd use
^(\d+)h, (\d+)m c?e?x?k?d?b?-(.*)$
or
<*/*hp */*m>
for a prompt trigger but most likely yours is better. Not sure if mine accounts for kai trance which yours might. I need to learn regex better P:
EDIT: Another thing you may have to do is make a functions to call those variables even though they're expanded.
Save your work before doing this! *shifty*
do you mean calling function with
local X == GetVariable("X") ? I'll try your prompt trigger, but tbh I haven't learned what all the letters at the end before the dash mean yet, so.....
Anyways, thanks for taking the time to give some pointers