I used to use a very simple targeting script back in the day. All I did was type 'ta dark' and all my aliases changed target to dark, etc.
Does anyone else use a very short and simple targeting script? I don't need to be able to alias multiple targets, as I was always comfortable just quickly changing targets between multiple enemies using the old script.
I need a simple targeting scrript for Zmud!
Re: I need a simple targeting scrript for Zmud!
House of Medakan scripts if you want something more in depth.
Type ta <target> to set target variable.
Place @targetSimple in any alias you want target to be set to.
Delete #ECHO line of code if you do not want echo confirmation.
Depending on how you set up your alias:
If @targetSimple doesn't seem to work try placing " " around variable in your alias.
-Example: #ALIAS kt {kill "@targetSimple"}
Taziar Medakan [Rising Sun Blademaster]
Code: Select all
#CLASS {SimpleTargets}
#ALIAS ta {
#VAR targetSimple %1
#ECHO {targetSimple set as: %1}
}
#VAR targetSimple {}
#CLASS 0
Place @targetSimple in any alias you want target to be set to.
Delete #ECHO line of code if you do not want echo confirmation.
Depending on how you set up your alias:
If @targetSimple doesn't seem to work try placing " " around variable in your alias.
-Example: #ALIAS kt {kill "@targetSimple"}
Taziar Medakan [Rising Sun Blademaster]
Re: I need a simple targeting scrript for Zmud!
Thank you so much! It works great 

Re: I need a simple targeting scrript for Zmud!
You might try using the #KEY command instead of an alias, this way you can just hit the key without having to hit enter too.