Lasttarget Question Help plz.

Ask for help

Moderators: Murderator+, Murderator

Post Reply
drowned
Posts: 17
Joined: 2005-03-06 02:57:06

Lasttarget Question Help plz.

Post by drowned »

I tryed to use lasttarget in this:

uo.press(xx) ; Targetnext Key
if (uo.getname('lasttarget')=='Name') then
uo.ignore('lasttarget')
uo.press(xx) ; Targetnext Key
endif

My intention is to get the lasttarget defined by the targetnext key but the getname gets the 'injection lasttarget' and not the 'uo lasttarget' .

Any idea?
Thanx
Yoko
Site Admin
Posts: 1964
Joined: 2004-04-03 16:49:38
Contact:

Post by Yoko »

don't forget, client do not change target instantly. you must wait some time after you press "Target Next"
Post Reply