альфа
Moderators: Murderator+, Murderator
-
Scripts Writer
- Posts: 2259
- Joined: 2005-04-19 18:00:29
- Location: Московская область
- Contact:
Code: Select all
sub Tele_Out()
var tStone='тип камня'
uo.FindType(tStone,'-1','ground')
if uo.FindCount() then
uo.WarMode(0)
wait(150)
uo.UseObject('finditem')
end if
end sub