Page 1 of 1

Any variables?

Posted: Wed Jul 22, 2015 11:17 pm
by Deabnue
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?

Re: Any variables?

Posted: Sun Jul 26, 2015 1:56 am
by Sirene
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.

Re: Any variables?

Posted: Wed Jan 03, 2018 3:22 pm
by HSishi
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).