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
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{#if:
{{LSL Injection Test}}{{#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 [[llSetScriptState|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.
}}
}}
}}



Latest revision as of 21:58, 10 June 2012

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.