Hey guys im actually trying to come back to scripting a bit, and i am probably making a obvious mistake but can somebody tell me why i can't get ChooseOption('rade'); to work...
Simba Code:Begin
begin
C[0] := 2503218;
C[1] := 2503218;
C[2] := 10857901;
C[3] := 10857901;
If (FindColorSpiralTolerance(x, y, C[i], MSX1, MSY1,
MSX2, MSY2, 3)) Then
Mouse(x, y, 1, 1, False);
wait(2000 + (200));
ChooseOption('Trade');
end;
end;
it finds the NPC but doesn't choose the trade option :(?
New Question(jan/4/11):
Can someone please post the script where you press a key and it'll record the Tile..?
and i am going to post more problems as i move on with the script <3

