#can you detect player.isEmoting another way?
1 messages · Page 1 of 1 (latest)
Here's an example: ```json
{
"format_version": "1.10.0",
"animation_controllers": {
"controller.animation.is_emoting": {
"initial_state": "default",
"states": {
"default": {
"transitions": [
{
"emoting": "query.is_emoting"
}
]
},
"emoting": {
"on_entry": [
"/scriptevent example:emoting"
],
"transitions": [
{
"default": "!query.is_emoting"
}
]
}
}
}
}
}
I'll experiment with it later
I had the same problem @barren heron. I do not think the isEmoting property works. I dont know why they would have it exist but not work at all. Anything I do to try and test it returns nothing.
If this doesn't really work, it must be a bug. It must be reported right away.