|
Fitzwilliam Beginner
Joined: 24 Aug 2006 Posts: 11
|
Posted: Thu Aug 24, 2006 5:04 pm
Ctrl-Click to Attack? |
I know this involves %selword but I just would like to be able to ctrl-click on a mob's name and have it 'kill %selword.'
Or something like that.
Is this a good way to do this (assuming it can be done) or are there more effective ways of clicking on the name to attack?
Thank you |
|
|
|
Vitae Enchanter
Joined: 17 Jun 2005 Posts: 673 Location: New York
|
Posted: Thu Aug 24, 2006 6:48 pm |
#CLASS {Right Clicks} {enable}
#VAR resub {Charybdis}
#MENU {Finger} {#variable resub {%selword};finger @resub} ""
#MENU {Whois} {#variable resub {%selword};whois @resub} ""
#MENU {Kill} {#variable resub {%selword};kill @resub} ""
#CLASS 0
I know it's not what ya want, but the other way that you want would involve MXP and it's <send> stuff somehow. |
|
|
|
Fitzwilliam Beginner
Joined: 24 Aug 2006 Posts: 11
|
Posted: Thu Aug 24, 2006 10:37 pm |
That is working perfectly and will do just as nicely.
Thank you, Vitae |
|
|
|
|
|