Or something like that. Right now if you run something like "writeln(TabExists(Tab_Magic));" when not logged in, it returns True.Simba Code:function TabExists(Tab: Integer): Boolean;
var
tP: TPoint;
begin
Result := false;
if not LoggedIn then
Exit;
