Вот скрипт нужно чтоб один раз запустил и он постоянно повторялся пока я сам его не выключу... что надо дописать подскажите пожалуйста...
Sub Stamina()
if uo.stamina < 40 Then
uo.msg ('.drink_refresh_total')
endif
Endsub
ПОдскажите что не так написано...
Moderators: Murderator+, Murderator
-
- Junior Expert
- Posts: 3221
- Joined: 2004-06-24 22:08:56
Code: Select all
Sub Stamina()
repeat
if uo.stamina < 40 Then
uo.msg ('.drink_refresh_total')
endif
wait( 100 )
until false
endsub
YokoInjection CodeSweeper
Function not found?
Possession of mathematics at the level of art - a gift that is only available for election.
Sorry for my clumsy English.
Telegram: @tatikom
Function not found?
Possession of mathematics at the level of art - a gift that is only available for election.
Sorry for my clumsy English.
Telegram: @tatikom