Forums › 💬 NodeCanvas › ⚙️ Support › Action task is never repeated › Reply To: Action task is never repeated
This is the script:
If I use EndAction(true) or EndAction(false), the action will never run again. If I use EndAction(null) it is able to run again
EndAction(true)
EndAction(false)
EndAction(null)
Worth mentioning that Character, TryFindModule, FlippableModule is all custom and working correctly. No nulls or errors are thrown
Character
TryFindModule
FlippableModule