const
Potion_ID = 266// ID de la Potion que quiera usar.
Health_Heal = 200 // Con cuanto de HP quiere usar la Potion.
while not terminated do
begin
updateworld;
if self.health <= Health_Heal then begin Self.Containers.UseItemWithSelf(Potion_ID) Sleep(700) end; Sleep(100); end;
0 comentarios:
Publicar un comentario