So are there variables?
I'd like to build a list based on who....
Say i do a /who and grab all of the chanters.
then use that variable in a trigger?
that possible at this time?
Any variables?
Re: Any variables?
As far as I know GINA only operates on one line at a time.
I'm not sure what your goal is, but you could grab an enchanters name like so:
Search Text: ^\[[1-9]\d?[0-5]? .*Enchanter\)?\] {s} \(
{s} will store the enchanter's name. You could use clipboard text to insert the name into a /tell or something, but if you're doing a /who and you get multiple enchanters, it'll get rewritten too quickly and you'll only end up with the last enchanter's name.
I'm not sure what your goal is, but you could grab an enchanters name like so:
Search Text: ^\[[1-9]\d?[0-5]? .*Enchanter\)?\] {s} \(
{s} will store the enchanter's name. You could use clipboard text to insert the name into a /tell or something, but if you're doing a /who and you get multiple enchanters, it'll get rewritten too quickly and you'll only end up with the last enchanter's name.
Re: Any variables?
You could set up a timer for said trigger text suggestion which will fill your screen with all enchanters for some time if you did a /who.
But mind, the timer's area needs to be big enough or you will have only have a limited number of timers visible (first ones).
But mind, the timer's area needs to be big enough or you will have only have a limited number of timers visible (first ones).