Community Forum

input code, form key4 to ctrl+key4

Forum Overview >> Farming Simulator 17

CategoryFarming Simulator 17
Created29.10.2017 20:58


Mattia Mattia (giro00000) 29.10.2017 20:58
i have a script:

if sym == Input.KEY_KP_4 then
self.rotation0Max = isDown;
end;

i want change to ctrl+key4, what is the right code?

R Harris (Unknown) 07.11.2017 02:15
Not sure with out looking at the script but wouldn't be like this KEY_lctrl KEY_4 I might be wrong on this.


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