Hi
In srl_InFight what does the 30 and 240 mean?
Simba Code:Function srl_InFight: Boolean;
begin
Result := InRange(Length(GetFightBarTPA(MFBox)), 30, 240);
end;
Thanks
Printable View
Hi
In srl_InFight what does the 30 and 240 mean?
Simba Code:Function srl_InFight: Boolean;
begin
Result := InRange(Length(GetFightBarTPA(MFBox)), 30, 240);
end;
Thanks
If I remember right it is a minimum range of 30 and maximum range of 240.
thank you