Code: Select all
UO.Set('0x0EED', '3')
Code: Select all
UO.Set('0x0EED', '3')
Code: Select all
sub P()
UO.Set('finddistance', '2')
UO.FindType('0x0F43', -1,'ground')
UO.UseType(str(0),'finditem')
end sub
Code: Select all
sub P()
UO.Set('finddistance', '2')
UO.UseFromGround( '0x0F43' )
end sub
Code: Select all
uo.asmLogAdd(FileName, string )
Code: Select all
s=safe call f.writeln(TreeCount)
for i=1 to TreeCount
s=safe call f.writeln(str(TreeT[i])+' '+str(treeX[i])+' '+str(TreeY[i]))