|
Semla Newbie
Joined: 08 Mar 2010 Posts: 1
|
Posted: Mon Mar 08, 2010 8:28 pm
real quick question |
Ok I am recently switching over from zmud vista having finally decided that it does not like it very much.. and I am trying ut the trial version of cmud.
I tried to make a simple alias that would target and enemy for me
it was pattern field = t
and i had it set to do
@target = %1
unally %1
enemy %1
#echo Target is now %1
that worked in zmud like a charm.. but now Im finding that the variable target is not being set by the alias. What am I doing wrong? Im sure there is a simple fix but I must say I am incapable of figuring it out on my own |
|
|
|
Rahab Wizard
Joined: 22 Mar 2007 Posts: 2320
|
|
|
|
malikai3k Beginner
Joined: 24 Dec 2004 Posts: 14 Location: Brisbane, Australia
|
Posted: Tue Mar 09, 2010 9:33 am |
Or for ease of reference its
#var target %1
however i recommend doing
#VAR target %lower(%1)
that will make sure your variable stores the target in lowercase |
|
|
|
|
|