#Motion Controllers on Modifier Thinkers
1 messages · Page 1 of 1 (latest)
Why would you need a thinker to have motion control? Couldnt you just move it normally?
The main reason to use a motion controller is to handle multiple being applied, as one can stop the other.
As thinkers are invisible, invulnerable and untargetable units that should not be affected by any motion controller apart from the one directly applied to them, there is no reason to use motion controllers, especially since they carry the risk of crashing
Instead you can do SetIntervalThink(0) to think every frame, and in every frame move the unit accordingly.
yeah I did just checking if anyone tried it. some times i dont want to create npcs but I have the particle and i just attached it to the thinker.
As an alternate to moving the particle? Performance-wise that's preferred
interval route or motion controller?
but yeah eitherway thinkers and controllers does not mix
and just check its states and it has can not be motion cotnrolled set to true
he meant just moving the particle instead of a whole unit would be better.
but the difference is probably miniscule.
if thats just a state then you could try setting it to false if you want. probably not a great idea though, because it could potentially allow other abilities to motion control it