Skip to content

Explicit Props Mode

HowardBaxton edited this page Aug 30, 2015 · 2 revisions

Props can be rezzed in an explicit fashion and will stay rezzed until explicitly told to derez. Rezzing explicit props are exactly the same a normal props except the notecard line will contain the optional 'explicit' parameter.

  • To automatically rez a prop when selecting a pose set simply add an additional PROP line in the same notecard as the SET and include the optional "explicit" parameter in that PROP line. Now this prop will rez when the pose set is selected from the menu and will not die until explicitly told to die.

  • To manually rez a prop, create a BTN type notecard which contains the PROP line and inclued the optional "explicit" parameter in that PROP line. Now the prop will be rezzed on demand from a menu button click and will not die until explicitly told to die.

To remove the explicit prop, find a suitable event within the scope of the build to issue the die command. See PROP here for more details.

Explicit props (like all props) will automatically dies if the parent (rezzing) build no longer exists in the same region.

Clone this wiki locally