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,


Reply With Quote

