quinta-feira, 31 de julho de 2008

Logout When X Mana

Const
Xmana = 0

while not terminated do
begin
UpdateWorld;
if Self.Mana <=Xmana
then Self.Logout(True);
sleep(500);
end;

0 Comments: