On "svo got hit by" event (script is called LastAttackBy):
function LastAttackBy(event, class, name)
if event == "svo got hit by" then
LastAttack = name
end
end
I'm just trying to store the name of my attacker in a variable that I can quickly make the target in another alias.
Comments