Re: Soren, another question concerning Wintin:

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

Posted by Shirenne on November 23, 1999 at 17:15:48:

In Reply to: Soren, another question concerning Wintin posted by hsemoblig on November 23, 1999 at 10:51:41:

> I normally use zmud, but I was really interested
> in using the targetting ability, thankyou for
> posting your earlier reply!

> I have a question though, I'm so used to just being
> able to type enter after hide, for example, to
> repeat the last command...is there a way to set
> that up on Wintin? Just curious.

Just typing ! will automatically repeat the last entered command. This will work on any client as its a function of the mud code.

> Also, is it possible to target on zmud? if so, how would
> you enter in all the aliases and codes?

It IS possible. The way you set up triggers, aliases, and variables is really the same way you do it on any capable client

For example enter the following into zmud's command line:

#KEY F8 trip @target
#var target none

Now, whenever you want to set your target type:

#var target shokai

when you hit F8 you get

trip shokai

This is VERY basic. There are more complicated ways of doing things to give you more functionality such as

#KEY F8 @attack @target
#var target none
#var attack none

Now you can define the type of attack AND the target.

or:

#TRIGGER {You yell 'Die, (%w), you backstabbing scum!} {#var target %1}

Combined with the above macro settings you get the target automatically defined for you.

Let me know if you want to get even more complicated.

Me

Follow Ups:

Post a Followup

Name:
E-mail:
Subject:
Comments:


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