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
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.
Simba Code:(* Main *)
repeat
WriteLn('I am an idiot!');
until(False);
thank you
There are currently 1 users browsing this thread. (0 members and 1 guests)