Get 1Click Maker

Rez โ€‹

๐Ÿ“ฆ
Event 30 memory + actions

Fires when: The item is rezzed (dropped) on the ground.

Requires [add-on] - Events - 1Click inside the object where the event runs.

When it fires โ€‹

Every time the object is rezzed (dropped from inventory onto the ground, or created by a rezzer). It does not fire when the object is attached.

Ideal use โ€‹

Setup for rezzed props, welcome messages, and anti-rez protection for items that should only be worn.

Examples โ€‹

  • Message (Say): "Touch me to open the menu."
  • Object Animation Start for an animesh that should move as soon as it is placed.
  • Delete Object (with a warning message and a short Timer first) for anti-rez.

Anti-rez and your own workflow

The Rez event also fires when you rez the HUD to build it. If its actions delete the object, your working copy is gone. Add anti-rez logic at the very end, test with a copy, keep the original in inventory. See Demo Version.