Anyone know the code and variable for this?
Yeah, it goes in the input
@goboygo1 Would that go into the input control.
@goboygo1 Ok thx
sum(input * clamp01(Activate1)) That should lock it when activation group one is off.
@TheFlightGuySP Ok, I will try.
@YEEEETplane I would assume giving the inputController an activation group would work. Other than that, I have no other solutions at the moment.
inputController
@TheFlightGuySP It’s ok if you don’t but do you know how to start and stop the infinite cycle with a activate?
@TheFlightGuySP Ok thx
Typically using sum(input) will simulate infinite movement.
sum(input)
Yeah, it goes in the input
@goboygo1 Would that go into the input control.
@goboygo1 Ok thx
sum(input * clamp01(Activate1))
That should lock it when activation group one is off.
@TheFlightGuySP Ok, I will try.
@YEEEETplane I would assume giving the
inputController
an activation group would work.Other than that, I have no other solutions at the moment.
@TheFlightGuySP It’s ok if you don’t but do you know how to start and stop the infinite cycle with a activate?
@TheFlightGuySP Ok thx
Typically using
sum(input)
will simulate infinite movement.