Results 1 to 5 of 5

Thread: RunColorIs

  1. #1
    Join Date
    Feb 2007
    Posts
    419
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default RunColorIs

    Where should i post functions that i believe belong in the next update?

    SCAR Code:
    function RunColorIs:integer;//1 - red, 2 - orange, 3 - yellow, 4 - green
    var
      Colors : TIntegerArray;
      i,x,y : Integer;
    begin
      Colors := [255,2070783,65535,65280];
      For i := 0 to 3 do
        if FindColor(x,y, Colors[i], 740,105,759,115) then
          Break;
      Result := I + 1;
    end;
    and can check prayer \ hp very easily by changing the box

  2. #2
    Join Date
    Feb 2007
    Posts
    3,616
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Post it in the public test corner.

  3. #3
    Join Date
    Feb 2007
    Posts
    419
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    want to move it their? please

  4. #4
    Join Date
    Dec 2006
    Location
    Copy pastin to my C#
    Posts
    3,788
    Mentioned
    8 Post(s)
    Quoted
    29 Post(s)

    Default

    SRL Member
    His status says that he is an SRL Member, not a moderator, and thus cannot move or close threads.

    Next time before you are worrying about which section to post to, please look again so the moderators can concentrate on their jobs properly instead of moving threads to right section that can be easily avoided.


    Also, have a look into GameTab.scar -

    SCAR Code:
    Function GetMMLevels(LevelType : String; var ColorSign : String): integer;

    Either Red, Green, Yellow or Orange returns to the String ColorSign.

    So, its already in SRL.

  5. #5
    Join Date
    Sep 2006
    Posts
    6,089
    Mentioned
    77 Post(s)
    Quoted
    43 Post(s)

    Default

    Moved and renamed the thread for you
    Hup Holland Hup!

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
  •