Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - InsDel

Pages: [1]
1
Использование / Подпрограммы
« on: January 22, 2017, 08:59:21 PM »
Что то не врубаюсь.. >:(
Вылетает ошибка POP()
Помогите разобраться

Code: (clickermann) [Select]
SUB(target)
KEYPRESS(#F9)
GETSCREEN
$hp_max = PXL(1044,52)
$hp_min = PXL(896,52)
WAITMS(100)
KEYPRESS(#F1)
WAIT(1)
END_SUB


SUB(kill)
IF $hp_min ! $hp_min
WAITMS(100)
target()
ELSE
kill()
END_IF
END_SUB

Pages: [1]