Re: Quick question:

[ Follow Ups ] [ Post Followup ] [ Dioxide's CForum Log Board ]

Posted by Caragwyn on October 22, 2000 at 13:05:49:

In Reply to: Quick question posted by FJ1 on October 21, 2000 at 22:13:17:

Here's my targeting script I have... I have yet to use the F keys more than 2 times a day, though I just look for the "Target is here!" and go crazy. I'm using 5.55 also so there shouldn't be anything wrong with this.

#ALIAS t {#var target %proper(%1)};#echo --------;#echo Target = @target;#echo F2 = @f2 @target;#echo F3 = @f3 @target;#echo F4 = @f4 @target;#echo --------}
#VAR F2 {murder}
#VAR F3 {dirt}
#VAR F4 {trip}
#TRIGGER {(%w) has arrived.} {#if (%1 == %proper(@target)) {#echo Target has arrived!!}} {} 517
#TRIGGER {(%w) is here.} {#if (%1 == %proper(@target)) { #echo Target is here!! }} {} 517
#TRIGGER {(%w) is sleeping here.} {#if (%1 == %proper(@target)) {#echo Target is here!!}} {} 517

Follow Ups:

Post a Followup

Name:
E-mail:
Subject:
Comments:


[ Follow Ups ] [ Post Followup ] [ Dioxide's CForum Log Board ]