Scripting help

I am looking for a way to script a target to say a hazard suit as a target dummy. I want it to despawn after it gets hit but have no way to do this. If anyone has any tips, id greatly appreciate it.

Put a scripted target in front of it. Script it so when the target is destroyed, it sends a message to the suit to despawn.

Script it like a button or how?

> 2535466933933858;3:
> Script it like a button or how?

When it’s health drops below a certain point make it send a message.

Target:
<Condition:> Health Below: 50.00
Channel: Alpha
<Action:> Message: Send

Suit:
<Condition:> Message: Received
Channel: Alpha
<Action:> Despawn