I have seen another thread like this but it is not for Wizzup Essence Miner. Can someone please tell me how to fix this. I have SCAR 3.11 and SRL 4.
Begin
MMouse(iX, iY, 0, 0);
Wait(10);
If IsupTextMulti('Talk','bury','alk-to') Then
Begin
Mouse(iX, iY, 0, 0, False);
Result := ChooseOption(iX, iY, 'eleport'); ----> This is where I get the error
If Result Then Exit;
End;
End;


Reply With Quote




