Community Forum

Script lower implement

Forum Overview >> Farming Simulator 2009

CategoryFarming Simulator 2009
Created12.10.2010 10:51


Martin Schmidt (Unknown) 12.10.2010 10:51
Hello

Is there a method so i can lower an implement from script??

Tobias F (JD6930) 12.10.2010 12:31

self:handleLowerImplementEvent();

The current selected Implement will be lowered with this function.

Martin Schmidt (Unknown) 13.10.2010 14:18
Okey thanks, but since this also raises it again if you run it again, is there a way to check if the implement is lowered???

Friedrich L. (Unknown) 13.10.2010 20:04
if jointDesc.moveDown then
self:handleLowerImplementEvent();
end;


Martin Schmidt (Unknown) 15.10.2010 15:33
thanks, that helped alot.


Note: Log in to post. Create a new account here.