This input is in a beacon light
ammo("MG-151")/75
I want it to turn on when the ammo runs out, but it does the exact opposite
How can i reverse this input
This input is in a beacon light
ammo("MG-151")/75
I want it to turn on when the ammo runs out, but it does the exact opposite
How can i reverse this input
@ReinMcDeer that worked thank you very much
ammo("MG 151")=0
@PlaneGuy01 Hmm. Well, I'm not entirely sure how to fix the issue, since I don't typically mess with
ammo()
.@TheFlightGuySP nope does not work
-ammo("MG-151")/75
Perhaps this would work.
Have you tried putting a
-
in front ofammo()
?