Template:LSL Function/survival: Difference between revisions

From Second Life Wiki
Jump to navigation Jump to search
Strife Onizuka (talk | contribs)
first version, later version will have more parameters that represent the limits of the parameter
 
Strife Onizuka (talk | contribs)
No edit summary
Line 1: Line 1:
{{#if:
{{#if:


{{#vardefine:caveats|{{#var:caveats}}
{{#vardefine:caveats|{{#var:caveats}}{{#if:{{{prop|}}}|
*Removing or deactivating the script that sets the {{{1}}} will not remove the {{#if:{{{object|}}}|object|prim}}'s {{{1}}}.
*Removing or deactivating the script that sets the {{{1}}} will not remove the {{#if:{{{object|}}}|object|prim}}'s {{{1}}}.
**{{ucfirst:{{{1}}}}} is a prim property and not dependent on a script for its continued existence.
**{{ucfirst:{{{1}}}}} is a prim property and not dependent on a script for its continued existence.
|<!-- rewrite into a different format so that it is less likely to be misread -->
*Removing or deactivating the script that sets the {{{1}}} will remove the {{#if:{{{object|}}}|object|prim}}'s {{{1}}}.
**{{ucfirst:{{{1}}}}} is not a prim property and is dependent on a script for its continued existence.
}}
}}
}}



Revision as of 12:47, 20 February 2010

var value
caveats
  • Removing or deactivating the script that sets the {{{1}}} will remove the prim's {{{1}}}.
    • {{{1}}} is not a prim property and is dependent on a script for its continued existence.