#So my character just randomly stopped
1 messages · Page 1 of 1 (latest)
yo. seems something is blocking ur sprint. And i think u dont need this branches.
For example, u can try create something like this .
and dont forget to update ur "bSprint"
like when u start Sprint ---> bSprint = true
When button is released/stamina=0 or etc --- > bSprint=false.
In lower branch as i can see u didnt connect bSprint. 1stly check it
and i think u need 1st set to true -> then start actually sprinting.
Like ur bSprint doesnt change to true 🤔
and change it to Triggered, not started.
Started = 1 time press. so when u press&hold button ---> logic works on/off all time, switching values.
If u use Triggered ---> logic turn ON while u hold button. and when u release logic go to "completed"
I am unsure what is causing this. I haven't done anything different. Just stopped working. I just rebuilt the logic and still the same, except I can only do it once.
as i said earlier try to rebuild with Triggered, not Started. (started do it once).
If u wanna turn on/off by clicking, u can use flipflop node i think 🤔
But better rebuild logic via triggered or ongoing 🤔
Your suggestion worked! Thank you so much