making my autoload and in the hotkey i put exec CastParalyze
Code: Select all
procedure CastParalyze;
begin
 WaitTargetLast;
 Cast('Paralyze');
end;
Code: Select all
procedure CastParalyze;
begin
 Cast('Paralyze');
 TargetToObject(LastTarget)
end;
Why this procedure is not working?
Thank you...

