quinta-feira, 31 de julho de 2008

Logout When Soul Points are full

Const
SoulLog = 100 // At what soul character loggs off?
While not terminated do
begin
UpdateWorld;
if Self.Soul = SoulLog
then Self.Logout(true);
Sleep(100);
end;

0 Comments: