Auto Utamo Vita


while not terminated do
begin
UpdateWorld;
if not Self.MagicShield then
begin
Self.Say('Utamo Vita');
Sleep(100);
end;
sleep(100);
end;