Back to "target" tags

Set Last Target helper (overheads target) by Jaseowns

Description: Set a last target and find out what the description is automatically. This does not work if your last target is a Player, that is blocked - but it can be helpful to see for other things!

1# Set Last Target helper by Jaseowns
2# UO Outlands
3hotkey 'Set Last Target'
4wait 200
5while targetexists 
6    wait 50
7endwhile
8getlabel lasttarget descTarget
9@setvar! lastTargetSeriel lasttarget
10sysmsg "Last Target: {{descTarget}} {{lastTargetSeriel}}" 88
11overhead "Last Target: {{descTarget}} {{lastTargetSeriel}}" 88