Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

fcwe1113

3
Posts
1
Topics
A member registered Aug 15, 2017

Recent community posts

ah i see

(1 edit)

there is a bug, the bot for some reason never leaves the first 4 times loop, it just makes butter for days lol


program:

forever{

   while(storage.butter == not.Full){

      for(var i = 1; i <= 4; i++){   

         for(var a = 1; a <= 2; a++){

            cycle.Down();

            move.MilkStorage;

            add.MilkStorage;

         }        

         for(var b = 1; b <= 2; b++){

            move.ButterChurn;

            add.ButterChurn;

            cycle.Down();

         }

      stow();

      }

      for(var c = 1; c <= 4; c++){

         find.Near(butter);

         move.butter;

         pickup.butter;

      }

      while(held !== null){

         move.GeneralStorage;

         add.GeneralStorage

      }

   }

}


also i can confirm it runs fabulous on kubuntu 16.04 with onboard graphics

Autonauts community · Created a new topic If's

This can form some very useful programs, like having a bot scrape dung and stash it, and take a bucket and milk the cow, then when the bot storage is full deposit all the things and repeat it forever, and all of this in one bot