Any variables?

Post Reply
Deabnue
Posts: 1
Joined: Wed Jul 22, 2015 11:14 pm

Any variables?

Post by Deabnue » Wed Jul 22, 2015 11:17 pm

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?

Sirene
Posts: 38
Joined: Fri Sep 27, 2013 2:52 pm

Re: Any variables?

Post by Sirene » Sun Jul 26, 2015 1:56 am

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.

HSishi
Posts: 62
Joined: Sun Aug 26, 2012 3:19 pm

Re: Any variables?

Post by HSishi » Wed Jan 03, 2018 3:22 pm

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).

Post Reply