React when a thrown item lands
Basic
Graph structure (text alternative)
Trigger: onTitsHit
Nodes:
- TITS: On Hit
(entry.onTitsHit) - Send Chat Message
(action.sendChat) - Return
(flow.return)
Connections:
- TITS: On Hit.out → Send Chat Message.in
- TITS: On Hit.itemName → Send Chat Message.text
- Send Chat Message.out → Return.in
Walkthrough
When a thrown item hits your avatar, react to it in chat.
How it works
- TITS: On Hit fires once per landed item, binding the item and trigger names, the hit strength, and the impact direction.
- Send Chat Message posts the item name to chat.
Want a richer callout? Feed the item name into a message template, or branch on the hit strength. Start from TITS: On Hit.
