Page 1 of 1

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

Posted: 2007-04-15 12:51:52
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

Вроде всё примивней не бывает.И один хрен парсе эррор

Posted: 2007-04-15 13:24:01
by to4a
удивительно, блин.
зы:

if uo.Life() < maxHp then

Posted: 2007-04-15 20:57:18
by Nmy

Code: Select all

if uo.life < uo.str then