#can you detect player.isEmoting another way?

1 messages · Page 1 of 1 (latest)

vale cairn
#

You could use an animation controller ran through player.json

#

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"
}
]
}
}
}
}
}

vale cairn
#

I'll experiment with it later

manic loom
#

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.

quiet tendon
#

If this doesn't really work, it must be a bug. It must be reported right away.