Evaluate Intelligence

Page last edited před 3 957 dní
Z Kelevar
Jump to navigation Jump to search

Tato schopnost určí inteligenci cíle.

Yoko[editovat | editovat zdroj]

sub Eval_Intel()
   UO.Print("Oznac zvire")
   UO.AddObject("kun")
   while UO.Targeting()
       wait(100)
   wend
   
   while not UO.Dead() and not UO.SkillVal("Evaluating Intelligence", 1) < 1000
       UO.DeleteJournal()
       UO.UseSkill("Evaluating Intelligence", "kun")
       while not UO.InJournal("Nepodarilo|Zda se ti|Pri zkoumani|si myslis")
         wait(100)
       wend
   wend
end sub