Example I want a trigger for else if to activate on 13kph
GS <= 3.5
Which is equal to 13kph
Test In debugger ill write type d space and "GS <= 3.5" if GS lesser or equal to 13kph result will be GS <= 3.5 = true else will be false
Then ill try else if statement with landing gear
On debugger "GearDown != 1 ? ((GS <= 3.5) ? 1 : 0) : 0" If landing gear not active and GS is 13kph or less will result to 1
If your code is wrong it wont register to the upper left corner so usefull if you want to write your own codes...used in what i like to call slopegrips on hammerbuggy
My hammer buggy uses many else ifs almost tempted to call it if else buggy
You can put any of the
variables
clicky link to variable guideOr combine with
funtions
link to functionsExample I want a trigger for else if to activate on 13kph
GS <= 3.5
Which is equal to 13kph
Test In debugger ill write type d space and "GS <= 3.5" if GS lesser or equal to 13kph result will be GS <= 3.5 = true else will be false
Then ill try else if statement with landing gear
On debugger "GearDown != 1 ? ((GS <= 3.5) ? 1 : 0) : 0"
If landing gear not active and GS is 13kph or less will result to 1
If your code is wrong it wont register to the upper left corner so usefull if you want to write your own codes...used in what i like to call slopegrips on hammerbuggy
My hammer buggy uses many else ifs almost tempted to call it if else buggy
Tap the screen with 3 fingers at yeetspeed
@WereOutOfNames Thank you. Are there any other stuff?