Results 1 to 5 of 5

Thread: Shorter + More Random gameTab

  1. #1
    Join Date
    Sep 2006
    Location
    include srl/srl.scar ( aussie)
    Posts
    2,875
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default Shorter + More Random gameTab

    SCAR Code:
    function GameTab2(tabnumber: Integer): Boolean;
    begin
      if ((Tabnumber < 1) or (TabNumber > 15))  then
      begin
        srl_Warn('GameTab', IntToStr(tabnumber) + ' is no valid GameTab', warn_AllVersions);
        Result := False;
        Exit;
      end;
      while not(GetCurrentTab = tabnumber) do
      if (tabnumber = 14) then
      begin
        Mouse(752, 12, 8, 8, True);
        Result := (GetCurrentTab = tabnumber);
        Exit;
      end else
      if (tabnumber <= 7) then
      begin
        MouseBox(537 + (tabnumber - 1) * 35, 175, 537 + (tabnumber - 1) * 35, 192, 1);
        Result := (GetCurrentTab = tabnumber);
        Exit;
      end else
      MouseBox(564 + (tabnumber - 8) * 35, 472, 564 + (tabnumber - 8 ) * 35, 490, 1);
      Result := (GetCurrentTab = tabnumber);
    end;

    not a l33t and start but shorter im sure Get Current tab and Tab Exists can be shorted this way 2.

  2. #2
    Join Date
    Feb 2007
    Location
    @ SRL
    Posts
    402
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Look's very nice.. I'm glad you know math lol
    But there's no difference other than it uses equation's for the gametabs.. Still nice though
    The game has an unexplainable attraction that convinces the player they are having fun, despite the fact that all they are doing is performing repetitive tasks to increase their statistics. "The game is actually a graphical nightmare and its gameplay is simple at best. Yet something, perhaps by subliminal means, forces the player - against his will - to play the game, and to believe that they are having fun".

  3. #3
    Join Date
    Sep 2006
    Location
    include srl/srl.scar ( aussie)
    Posts
    2,875
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by turbobk View Post
    Look's very nice.. I'm glad you know math lol
    But there's no difference other than it uses equation's for the gametabs.. Still nice though
    it did use equation's in game tab already, and i use mouse Box not cords at a point...

  4. #4
    Join Date
    May 2007
    Location
    NSW, Australia
    Posts
    2,823
    Mentioned
    3 Post(s)
    Quoted
    25 Post(s)

  5. #5
    Join Date
    Sep 2006
    Location
    include srl/srl.scar ( aussie)
    Posts
    2,875
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    dunno its just co-ords prob slower cause its mousebox has 2 read 4 and mouse has 2 read 2, if it is slower it would only be like 1 mill sec lol no biggy.

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Gametab 4?
    By Sc00by22 in forum OSR Help
    Replies: 2
    Last Post: 06-08-2008, 02:15 PM
  2. GTL: No GameTab
    By Lancelot074 in forum OSR Help
    Replies: 7
    Last Post: 04-04-2008, 01:13 AM

Posting Permissions

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