Detach โ
โ
Fires when: The HUD or item is taken off.
Requires [add-on] - Events - 1Click inside the object where the event runs.
When it fires โ
When the object is removed from the avatar (detached, or replaced by another attachment on the same point). It does not fire at logout.
Ideal use โ
Cleanup: stop loops and sounds, remove effects, put the target back to normal.
Examples โ
- Sound Stop to end a looping ambient sound.
- Animation Stop all so the wearer is not stuck in a pose.
- Point of Light OFF on a lamp the HUD controls.
- Change Variable to reset states.
Notes โ
- Not created by default; add it from the Events window.
- Keep it short: the object is being removed and only has a moment to run.