Results 1 to 3 of 3

Thread: srl_InFight Question

  1. #1
    Join Date
    May 2012
    Posts
    39
    Mentioned
    0 Post(s)
    Quoted
    3 Post(s)

    Default srl_InFight Question

    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

  2. #2
    Join Date
    Jan 2010
    Posts
    1,414
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    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);

  3. #3
    Join Date
    May 2012
    Posts
    39
    Mentioned
    0 Post(s)
    Quoted
    3 Post(s)

    Default

    thank you

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •