ПОдскажите что не так написано...

Ask for scripts here

Moderators: Murderator+, Murderator

Post Reply
zxcvb999
Posts: 1
Joined: 2009-04-22 22:59:21

ПОдскажите что не так написано...

Post by zxcvb999 »

Вот скрипт нужно чтоб один раз запустил и он постоянно повторялся пока я сам его не выключу... что надо дописать подскажите пожалуйста...

Sub Stamina()
if uo.stamina < 40 Then
uo.msg ('.drink_refresh_total')
endif
Endsub
Destruction
Junior Expert
Posts: 3221
Joined: 2004-06-24 22:08:56

Post by Destruction »

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
allbest
Posts: 3
Joined: 2009-04-19 07:47:41

Post by allbest »

Pvp alfa?))
Вот вы макросники, даже банку уже сами выпить не можете в пвп.
Post Reply