Target last (smart-ish) by Brozan (Syal)
Related: Snippet
Description from the author:
overhead "Targeting last hostile!"
@setvar! checkLastTarget lasttarget
@setvar! checkSelf self
if noto last = hostile and checkLastTarget != checkSelf
if targetexists harmful or targetexists neutral
target last
elseif targetexists beneficial
while targetexists
overhead "GOOD SPELL ON CURSOR" 33
wait 50
endwhile
else
overhead "No Cursor Existed" 25
endif
elseif checkLastTarget = checkSelf
overhead "You would really kill yourself???" 20
else
overhead "wtf are we doing here???" 17
endifThis tries to keep a last target and not FS yourself in the face