Deslogar com X de Experience

Const

Exp = 6300

while not terminated do
begin
UpdateWorld;
if Self.Experience >= Exp
then Self.Logout(True);
Sleep(1000);
end;