|
terri73 Newbie
Joined: 06 Jun 2007 Posts: 2
|
Posted: Thu Jun 07, 2007 12:20 am
Achaea inrift script? |
I've searched these forums and Achaea's and haven't found what I'm looking for yet, though I could always be overlooking it, too. My question is this then. I'm looking for an easier inrift option than 'inr all plant' and hitting the up arrow and repeating until I'm holding no more herbs. One that will basically inrift what I'm holding and stop when I'm not holding anything else that's riftable, so this would include things like inks or basic comms, too. If anyone could give me some help on this I'd really appreciate it. :)
|
|
|
|
Fang Xianfu GURU
Joined: 26 Jan 2004 Posts: 5155 Location: United Kingdom
|
Posted: Thu Jun 07, 2007 1:45 am |
The easiest way would just be something like this
#50 {inr all plant}
There's also a preference option to not clear the command line when you press enter. instead, it'll highlight the line so that typing will overwrite it, but you can just press enter to send the command again. This'll let you repeat the previous very quickly.
If you really want a script to do it, just create something like this:
#alias inriftall {#t+ INRALL;#t+ INRALLoff;inr all plant}
#trig "INRALL" {successful INR message} {inr all plant}
#trig "INRALLoff" {unsuccessful INR message} {#t- INRALL;#t- INRALLoff} |
|
|
|
terri73 Newbie
Joined: 06 Jun 2007 Posts: 2
|
Posted: Thu Jun 07, 2007 2:44 am |
Ok, thanks! Looks simple enough. Thanks for the fast response, too.
|
|
|
|
|
|