PDA

View Full Version : Double eye open ambushing script?



Stanley Burrell
07-30-2009, 08:28 PM
Didn't know where else to post this:

Is it possible for a script to be written (that will stay running while I hunt) for ambushing just about anything, that would automatically switch eyes, without having to type out AMBUSH {target} LEFT/RIGHT EYE. I know it's pretty simple, but in honor of laziness, I just want to be able to hammer an attack command, in case I end up blinding (but not crit killing) a critter with eye ambushing from the open (TWC sais with short RT.)

Thanks.

Deathravin
07-30-2009, 09:36 PM
I was thinking about making this in Lich as part of my info tracker script...

it's pretty easy even in SF scripting.

start:
match righteye left eye is removed byadayada whateverit says
match lefteye righteye is remove byadayada whateverit says
matchwait

righteye:
put aim right eye
goto start

lefteye:
put aim left eye
goto start