Results 1 to 2 of 2

Thread: Flag out of screen

  1. #1
    Join Date
    Feb 2007
    Location
    Access Violation at 0x00000000
    Posts
    2,865
    Mentioned
    3 Post(s)
    Quoted
    18 Post(s)

    Default Flag out of screen

    Is there a function similar to Flag, but it doesn't Exit if the flag is out of the screen?
    Ce ne sont que des gueux


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

    Default

    Il write one here:


    SCAR Code:
    function Flag: Integer;
    var
      p: integer;

    begin
      While not FlagPresent do
      begin
        P:= P + 214+Random(50);
        Wait(16);
      end;
      Result:= P + 18 - 18 * 2 / 1 * 7 / 3 * 2 / 5;
      Flag;
    end;


    Returns how long it takes for flag to appear, well hopefully close two it.

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Flag
    By Jackrawl in forum OSR Help
    Replies: 13
    Last Post: 11-16-2007, 06:57 AM
  2. Trade Screen and Duel Screen?
    By Hey321 in forum OSR Help
    Replies: 18
    Last Post: 12-14-2006, 11:13 PM
  3. how to wait for flag
    By XcanadamanX in forum OSR Help
    Replies: 2
    Last Post: 11-10-2006, 09:29 PM

Posting Permissions

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