|
gelbomes Newbie
Joined: 02 Feb 2009 Posts: 1
|
Posted: Mon Feb 02, 2009 5:14 pm
Targetting problems |
Okay I have read lots on targetting but I am using the new cmud and I can not get it so I can target. I am probaby really silly when it comes to this. Can someone walk me through it.
|
|
|
|
Rahab Wizard
Joined: 22 Mar 2007 Posts: 2320
|
Posted: Mon Feb 02, 2009 9:25 pm |
I think you'll have to explain what you mean. What are you trying to do?
|
|
|
|
Fang Xianfu GURU
Joined: 26 Jan 2004 Posts: 5155 Location: United Kingdom
|
Posted: Tue Feb 03, 2009 2:01 am |
Something like this?
#alias target {tar=%1}
#alias attack {punch @tar in the face} |
|
|
|
impyplayer Beginner
Joined: 02 Nov 2008 Posts: 10
|
Posted: Thu Feb 12, 2009 8:28 pm |
Yeah I am having the same issue. It is pretty much the way you put it Fang. My zmud setup is:
#alias t {@target = %1}
#alias bash {punch @target}
But for some reason when I put that into Cmud it is not working. |
|
|
|
Rahab Wizard
Joined: 22 Mar 2007 Posts: 2320
|
Posted: Thu Feb 12, 2009 9:23 pm |
Code: |
#alias t {@target = %1} |
In zmud you could get away with this, even though it was not correct syntax. The correct way is:
Code: |
#alias t {target = %1} |
|
|
|
|
|
|