Having issues with first script.
I get this error -Code:program new; {$I SRL/SRL.Simba} {$I P07Include.Simba} {$i sps/sps.simba} Procedure P07_DeclarePlayer; Begin P07_PlayerName:='Booyah'; P07_PlayerPass:='444343'; End; Procedure StatsGuise(wat:String); begin Status(wat); Disguise(wat); End; Function ChopDown:Boolean; Var cx, cy, PlusOne, TreeCounter: Integer; begin PlusOne:= InvCount +1; cX := MSCX; cY :=MSCY; IF P07_FindObj(2704472, 20, 15, ['chop','down'],5)then begin StatsGuise('We found the tree'); GetMousePos(cx, cy); Case Random(2) Of 0:Mouse(cx, cy, 5, 5, True); 1:begin Mouse(cx, cy, 5, 5, False); P07_ChooseOptionMulti('Hop','ree'); //WaitOption('Chop', 500); End; End; Repeat MarkTime(TreeCounter); Wait(1000); If InvCount=PlusOne then WriteLn('We got one'); Until (InvCount=PlusOne) Or (TimeFromMark(TreeCounter) > 7000) end; end; Begin SetupSRL; P07_DeclarePlayer; Repeat ChopDown; until(false); end.Code:[Error] C:\Users\ElvisB\Desktop\Simba Scripts\test1.simba(34:36): Type mismatch at line 33 Compiling failed. [Error] C:\Users\ElvisB\Desktop\Simba Scripts\test1.simba(34:42): Invalid number of parameters at line 33 Compiling failed. [Error] C:\Users\ElvisB\Desktop\Simba Scripts\test1.simba(34:47): Invalid number of parameters at line 33 Compiling failed. [Error] C:\Users\ElvisB\Desktop\Simba Scripts\test1.simba(34:42): Invalid number of parameters at line 33 Compiling failed.


Reply With Quote


