original :
SCAR Code:function GameTab(Tab: Integer): Boolean;
var
tP: TPoint;
T, Tries: Integer;
begin
blah;
end;
modified :
SCAR Code:function GameTab(Tab: Integer): Boolean;
var
tP: TPoint;
T, Tries: Integer;
begin
if GetCurrentTab <> Tab then
begin
blah;
end
end;






Reply With Quote





. And I'm quite sure it's working too, was yesterday at least? Hmmm, Sure it wasn't just a one time mess up? Try again?
