SCAR Code:Line 34: [Error] (26826:37): Invalid number of parameters in scriptCan't figure it out, most likely something stupid >.>SCAR Code:function FindLocation: string;
begin
case result of
'bank' := (tileOnMM(Point())); <-- 34
'alter' := (tileOnMM(Point()));
'lost' := ((not(tileOnMM(Point()))and(not(tileOnMM(Point())));
end;
end;


Reply With Quote










