jellybean468
09-14-2007, 01:53 PM
I have SCAR 3.11 and SRL 4 and I keep getting this error Invalid number of parameters in script. Anyone know what's going on?
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;
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;