League-of-Foundry-Developers / fvtt-module-trigger-happy

Trigger Happy! FVTT Triggering system
Creative Commons Attribution 4.0 International
28 stars 12 forks source link

Emote seems not working here. #44

Closed Boifuba closed 2 years ago

Boifuba commented 3 years ago

I'm using @Drawing[bomdia]@ChatMessage[Bom Dia!]{Guarda}@Trigger[move capture emote] But the Token called Guard is not talking through balloon. Am i missing something?

tposney commented 3 years ago

I can't seem to make emotes work at all - so I'll dig a bit deeper.

p4535992 commented 2 years ago

should be solved on 0.8.21. For the new logic the syntax must respect a certain order so your label now is:

@drawing[bomdia]@trigger[move capture emote]@ChatMessage[Bom Dia!]{Guarda}

let me know.