Aliases....

Post Reply
shatterzer0
Posts: 2
Joined: Tue Dec 22, 2009 4:26 am

Aliases....

Post by shatterzer0 »

Ok, so first off I'd like to say this client looks awesome...but... I can't figure out how to input aliases AT ALL! I've watched the videos on youtube...i've read the manuals and still, my head is hitting the wall... all I want are things to go like this...

for the word:
phoenix

I'd like it to input these commands...

goto 5148
e
open south
spee ssswdnnd

How do I do this?

User avatar
Vadi
Posts: 5042
Joined: Sat Mar 14, 2009 3:13 pm

Re: Aliases....

Post by Vadi »

Image

Code: Select all

^phoenix$

Code: Select all

send("goto 5148")
send("e")
send("open south")
send("spee ssswdnnd")

OR

Code: Select all

sendAll("goto 5148", "e", "open south", "spee ssswdnnd")
Remember to hit Save and Activate. Lemme know if that works.

shatterzer0
Posts: 2
Joined: Tue Dec 22, 2009 4:26 am

Re: Aliases....

Post by shatterzer0 »

thank you, it worked! at first it gave me a lua error when i tried to active, clicked away to another alias and clicked back and activated without an error this time, again thanks!

Post Reply