Code: Select all
sub main()
var i
dim XZobject[5]
for i =0 to 4
uo.addobject('T')
While UO.Targeting()
Wait(100)
Wend
XZobject[i] = uo.getserial('T')
uo.textprint(XZobject[i])
next
uo.textopen()
endsub
Code: Select all
sub main()
var i
dim XZobject[5]
for i =0 to 4
uo.addobject('T')
While UO.Targeting()
Wait(100)
Wend
XZobject[i] = uo.getserial('T')
uo.textprint(XZobject[i])
next
uo.textopen()
endsub
Code: Select all
sub main
var i
dim XZobject[5]
for i =0 to 4
uo.addobject('T')
While UO.Targeting()
Wait(100)
Wend
XZobject[i] = uo.getserial('T')
next
endsub
Это не с ИнжектаGAUHAR wrote:Я такой не знаю. (((Edred wrote:Code: Select all
Copy(s,1,Pos(' ',s)-1)
Code: Select all
uo.asmLogAdd(FileName, string )slonopotam wrote:Значит нужно не открывать контейнеры на уже известных координатах или уже известного типа.
Code: Select all
uo.ignore(object)