Page 1 of 1

I need a simple targeting scrript for Zmud!

Posted: Thu Mar 24, 2016 12:44 pm
by Alaina
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.

Re: I need a simple targeting scrript for Zmud!

Posted: Thu Mar 24, 2016 8:32 pm
by Taziar
House of Medakan scripts if you want something more in depth.

Code: Select all

#CLASS {SimpleTargets}
#ALIAS ta {
	#VAR targetSimple %1
	#ECHO {targetSimple set as: %1}
	}
#VAR targetSimple {}
#CLASS 0
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]

Re: I need a simple targeting scrript for Zmud!

Posted: Fri Mar 25, 2016 9:01 pm
by Alaina
Thank you so much! It works great :)

Re: I need a simple targeting scrript for Zmud!

Posted: Mon Apr 11, 2016 7:05 pm
by Mhaliah
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.