Re: Zmud - target system and adding to tab-list:

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

Posted by [_SnArF_] on January 17, 2000 at 20:19:15:

In Reply to: Re: Zmud - target system and adding to tab-list posted by dumb guy on January 17, 2000 at 15:54:38:

> Can You explain to me how this all works?
Sure...
#alias t {#var target %1}
't XXX' will set your target
ie: t [_SnArF_]
you can make a whole range of aliases to go with this...
#alias ht {cas 'halt' @target} would turn out to be cas 'halt' [_SnArF_]
#alias pk {murder @target} would turn out to be murder [_SnArF_]
#alias lt {look @target} would turn out to be look [_SnArF_]
#alias mt {molest @target;noogie @target;moon @target} would be just gross
etc. etc.

#alias whopk {who pk;#t+ AutoTarget}
the whopk will enable the AutoTarget class, do a 'who pk' command, and add each name to the tablist. I'm not quite sure how to flush out the tab list, so you might want to clear it ever so often. With this, you can 't [_' and it'd target [_SnArF_], if [_SnArF_] was in your pk range after the 'whopk'...

#trigger {~[ (%w) ~] ~(PK~) (%w) the (*)} {#tab %2} will add %2 to the tab list
ie: [ Stud ] (PK) Snarf the Godlike. will trigger and execute the command #tab Snarf
#tigger {$} {#t- AutoTarget} just turns the class off as soon as the mud sends a blank line to you...

If you need anything else, just scream at me.
--SnArF

Follow Ups:

Post a Followup

Name:
E-mail:
Subject:
Comments:


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