|
Aren Newbie
Joined: 02 Oct 2003 Posts: 2 Location: USA
|
Posted: Thu Oct 02, 2003 9:54 pm
Targetting |
I need help with targetting people.I know how to alias and I thought I would alias like this:
setalias p dsl @tar
But when I try to attack my targets it never works, could someone please help me? I'm using 6.62 if that helps |
|
|
|
user0101 Apprentice
Joined: 01 Aug 2003 Posts: 100 Location: USA
|
Posted: Thu Oct 02, 2003 10:20 pm |
I do this:
#VAR t %null
#ALIAS t {t=%1}
To target an orc, I would type in 't orc'. You need a way of setting the @tar/@t/@target variable. Some don't bother with the above alias and just type 't=orc' for instance. I like not relying on the equals sign, saves me that fraction of a second when I need to target something fast.
If you want to use @tar, replace 't' with 'tar' and type in 'tar orc' to target an orc. |
|
|
|
morgair Beginner
Joined: 10 Nov 2000 Posts: 24 Location: USA
|
Posted: Fri Oct 03, 2003 8:36 am |
try to simplify if you want to use variables in alias's just do something like this
alias name = tar
command = target %1
and when you type tar orc
it should send
target orc to the mud |
|
|
|
|
|