Skip to main content
Corvus Connection

React when a thrown item lands

Basic
When TITS reports a hit on your avatar, post the item name to chat.
TITS: On HitoutitemIditemNametriggerIdtriggerNamestrengthdirectionXdirectionYdirectionZSend Chat MessageintextoutReturnin
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

  1. TITS: On Hit fires once per landed item, binding the item and trigger names, the hit strength, and the impact direction.
  2. 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.

Uses these nodes