For some reason that evades me, my shooting reflexes for archery have partially stopped working. I have an alias for aiming in a direction, and a trigger to fire off a successful aim. Only the aiming is working for some reason.
How do I correct this?
Alias:
Trigger:
Comments
send("shoot "..t.." "..shootdir[dir])
and on your alias you should have
dir = matches[2]
shootingDir = matches[2] would work as well