Search:

Type: Posts; User: dopeness

Search: Search took 0.00 seconds.

  1. how to call a procedure, that is not above the procedure calling it?

    thanks for anyone who answers
  2. hi, i dont usually code in scar but, how do arrays work in it?

    all help would be appreciated :) thanks
  3. Replies
    3
    Views
    695

    A simple DropTo(3,28); help!

    i just need help to make it drop my invent, whats wrong with this?


    Program Drop;
    {.include SRL/SRL.scar}
    procedure Drop;
    begin
    ActivateClient;
    DropTo(2,28);
    end.
  4. Thread: Ok help

    by dopeness
    Replies
    11
    Views
    645

    Ok help

    Its a simple thing im working, on and i just need to know how to click the menu that pops up

    heres my script



    var
    x,y: Integer;

    const
Results 1 to 4 of 4