Хелп

Ask for scripts here

Moderators: Murderator+, Murderator

Post Reply
eXtatic
Posts: 24
Joined: 2005-01-23 08:45:29
Contact:

Хелп

Post by eXtatic »

Нужен скрипт на ресс с бинта по ласт статус
шард дрв
искал ненашол
korzh
Posts: 220
Joined: 2007-04-26 23:35:15

Post by korzh »

Code: Select all

sub test()
  var bandage = 'тип бинта'
  var target = uo.getserial( 'laststatus' )
  if uo.count( bandage ) then
    if uo.getdistance( target ) < 2 then
      uo.waittargetobject( target )
      uo.usetype( bandage )
    endif
  endif
endsub
Post Reply