Code: Select all
Procedure Sbor(Container : cardinal);
Begin
UseObject(Container);
AddToSystemJournal('Пора бы проверить наличие хлопка на наших полях!');
If Not Hidden then begin UseSkill('Hiding'); Wait(5000); end;
While UseFromGround(Cotton,$FFFF)>0 do
begin
CheckLag;
If Life<Str then Exit;
If (Weight>STR*3) then
begin
FindType(Bales,backpack);
MoveItem(FindItem,0,Container,0,0,0);
Wait(1000);
end;
end;