А тут что не так??

Ask for help

Moderators: Murderator+, Murderator

Post Reply
grundick
Posts: 258
Joined: 2006-11-25 17:44:44

А тут что не так??

Post by grundick »

Code: Select all

sub Heal() 
VAR maxHp=uo.str
 
  While not UO.dead()
    if  uo.Life() < maxHp 
      wait(500)
      UO.Bandageself()
    end if
  wend
end sub

Вроде всё примивней не бывает.И один хрен парсе эррор
to4a
Posts: 265
Joined: 2006-03-10 00:19:11
Location: http://drw.ru/

Post by to4a »

удивительно, блин.
зы:

if uo.Life() < maxHp then
Nmy
Expert!
Posts: 2152
Joined: 2005-09-14 15:31:58
Location: Latvia

Post by Nmy »

Code: Select all

if uo.life < uo.str then
Post Reply