#Animation doesn't trigger in-game

1 messages · Page 1 of 1 (latest)

lilac onyx
#

It is the animation.boat_geometry.damage
The animation is referenced in my entity file :

"animations": {
    "setup": "animation.boat_geometry.setup",
    "move": "animation.boat_geometry.move",
    "damage":"animation.boat_geometry.damage"
},
"scripts": {
    "animate": [
        "setup",
        "damage",
        {
            "move": "query.is_moving"
        }
    ]
}```
It does not trigger with `/playanimation`
#

Animation doesn't trigger in-game