Curar Paralyze


Const

minMana = 60; //Mana que precisa para soltar exura
Magic = utani hur; //nome da magia

while not Terminated do
begin
UpdateWorld;
if Self.Mana > minMana then
begin
if Self.Slowed then
Self.Say(Magic);
Sleep(300);
end;
end;