Farming Simulator 22
0 of 0

File information

Last updated

Original upload

Created by

Laughing Wallaby

Uploaded by

LaughingWallabi

Virus scan

Safe to use

Tags for this mod

About this mod

Add ability to auto sell wood

Permissions and credits
this script adds the ability to automatically sell wood without walking up to the point and clicking R 

this script should be manually added to the map/building 

how to add 

first moddesc.xml 
add 
<extraSourceFiles>
    <sourceFile filename="AutoSellWoodTrigger.lua" />
 </extraSourceFiles>

second building XML file

<sellingStation node="sellingStation" supportsExtension="false">
            <unloadTrigger fillTypes="WOOD" aiNode="sellingStationAINode">
                <woodTrigger class="YourModName.AutoSellWoodTrigger" triggerNode="woodTrigger" activation_TriggerNode(Remove _)="woodSellTrigger" />
            </unloadTrigger>
 </sellingStation>