TobiasF92 / FS22_interactiveControl

Interactive Control for Farming Simulator 22
37 stars 10 forks source link

Function MC #50

Closed Michaelj15 closed 9 months ago

Michaelj15 commented 9 months ago

Hello Tobias,

I'm working on a manure barrel and i read the function list in the main page. How do i need to type the correct line for the pump function with manure system?

I typed it like this below, but it's not correct i think. Because i see the error that the function isn't found :S

                <interactiveControl posText="$l10n_actionIC_fold" negText="$l10n_actionIC_fold">
                    <clickPoint node="0>0|10|1" size="0.05" type="OUTDOOR" iconType="TURN_ON"/>
                    <function name="MS_TOGGLE_PUMP"/>
                </interactiveControl>

Could you help me with it?

Michaelj15 commented 9 months ago

I found it already, didn't use the develop version