|
Tkulth Newbie
Joined: 08 Dec 2005 Posts: 3
|
Posted: Thu Dec 08, 2005 2:26 am
alias/variable help |
I have an alias ( PP ) set for
#VAR Target {Seeking} {Seeking} {-}
When i want to reset to a new victim I type PP HUMAN
however i want to streamline the process and make it so that I just set an alias for human ( or orc or whatever i choose to predefine ).
so if my current @target is ORC and ii type HU it clears my target and sets it to Human
I cant figure out how to modify the
#VAR Target {Seeking} {Seeking} {-}
to make that happen. |
|
|
|
Slaem Apprentice
Joined: 20 Sep 2005 Posts: 135
|
Posted: Thu Dec 08, 2005 3:39 am |
Assuming HU doesn't conflict with any of your MUD's commands then just
#ALIAS hu {Target=human}
If typing "pp human" is a problem (and I know that typing can slow things down) then check out making a speed list with #MENU so that you can right-click the name to set your target or even attack it with a simple 2 clicks of the mouse. |
|
|
|
|
|