Hi,
Can you add Multi-Purpose Aging Larder support to the scarecrow plugin? I guess it doesn't support them at the moment. I've got this working:
But it's not the most efficient plugin ever. It only got 15 larders on my gazebo. And I still had to put the milk/lemons in manually.
I'm sure there are lots of people who want the larders to work. I would really appreciate it if they did.
Can you add Multi-Purpose Aging Larder support to the scarecrow plugin? I guess it doesn't support them at the moment. I've got this working:
Code:
SetPlantMotionType(PlantMotionType.Standart);
SetPlantAlgoritm(PlantAlgoritm.MaxPerfomance);
PlantItemsAtFarm("Multi-Purpose Aging Larder", FARMID); // Put the name of the object exactly how it is in-game, and get the FARMID from the scarecrow plugin.
I'm sure there are lots of people who want the larders to work. I would really appreciate it if they did.






