The animation of some objects cannot be changed using the `animate` command, even if they're simple objects.
For example, when I spawn a wind turbine, it keeps rotating with time and I can't force it to spin the way I want.
Would it be possible to force it somehow? (even if the effect lasts a single frame)
For example, using an optional bool at the end of the `animate` command?
```
object animate ["animName", phase, coef, forced]
```