Results 1 to 4 of 4

Thread: need some help

  1. #1
    Join Date
    Mar 2013
    Posts
    15
    Mentioned
    0 Post(s)
    Quoted
    5 Post(s)

    Question need some help

    hello i have a question, i was following the tutorial video from YoHoJoSRL, and i'm getting stuck at the WriteLn part. the mouse hovers over the objects i selected, but it doens't show any tekst in the debug box, this is the part i'm talking about:

    procedure MineTin;
    var
    x , y: Integer;
    begin
    if FindObjCustom(x, y, ['mi', 'ne'], [1186090, 593436], 10)then
    begin
    WriteLn('We found some Tin');
    end;
    end;

    i dont know how to put it as a scart code, so i just pasted it.
    thanks in advance,

  2. #2
    Join Date
    Mar 2012
    Location
    Over there
    Posts
    840
    Mentioned
    4 Post(s)
    Quoted
    42 Post(s)

    Default

    I'm assuming you are using 07Scape, and if you are then you either need to use P07_FindObjCustom from the P07Include or just keep it the same way and use SRL-OSR. It is not finding it because it is having trouble finding the uptext.

  3. #3
    Join Date
    Mar 2013
    Posts
    15
    Mentioned
    0 Post(s)
    Quoted
    5 Post(s)

    Default

    okay thanks it works fine now!

  4. #4
    Join Date
    Mar 2013
    Posts
    3
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Total, props to you, you are a genius

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
  •