Проверочка
Posted: 2009-04-08 18:13:20
If [меня скинули с коня] then
Как заменить [меня скинули с коня]??
Code: Select all
Sub Mount()
VAR DistChar
uo.set( 'finddistance', '1' )
start:
If [меня скинули с коня] then ##сюда смотреть
UO.findtype('0x00E2', '-1', '1')
wait(10)
if UO.findcount() > 0 then
DistChar = UO.GetDistance( 'finditem' )
repeat
wait(10)
until DistChar <= 1
wait(10)
UO.useobject('finditem')
endif
endif
goto start
end sub
Как заменить [меня скинули с коня]??