I am trying to make an F-14 style, Weapon selector on the stick but, I am unsure how to get it to work properly.
Intentions for Code
To have the red thing move to: 0.5 if "AIM-9 X" is selected, 0.75 if "AIM-7" is selected, 0.25 if "M61 Vulcan" is selected and 0 if no weapon is selected.
Current Testing and Results
1) WeaponSelected == "AIM-9 X" ? 0.5 : 0
Result: No movement in Red Thing.
2) WeaponSelected = "AIM-9 X" ? 0.5 : 0
Result: No movement in Red Thing.
3) WeaponSelected == "AIM-7" ? 0.75 : (WeaponSelected == "AIM-7" ? 0.5 : (WeaponSelected =="M61 Vulcan" ? 0.25 : 0))
Result: No movement in Red Thing
4) WeaponSelected = "AIM-7" ? 0.75 : (WeaponSelected = "AIM-7" ? 0.5 : (WeaponSelected = "M61 Vulcan" ? 0.25 : 0))
Result: No movement in Red Thing
5) WeaponSelected == "AIM-7" ? 0.75 : (WeaponSelected == "AIM-7" ? 0.5 : (WeaponSelected =="M61 Vulcan" ? 0.25)) : 0
Result: No movement in Red Thing
please help me
Didn’t work@TheCommentaryGuy
@Bluedelta12 Bruh💀💀
Use the Joystick Base💀💀
am making a custom stick
with red thing attached to a small rotator
small rotator@TheCommentaryGuy
FT
On a Joystick?!!
What world are you living in??
Wait, what you're trying to say is you're trying to put FT on the stick?
I'm sorry, but that's not possible.