Difference between revisions of "Template:LSL Function/Experience"

From Second Life Wiki
Jump to navigation Jump to search
m
m
Line 13: Line 13:
{{#ifeq:{{{1|}}}<noinclude>true</noinclude>|true|
{{#ifeq:{{{1|}}}<noinclude>true</noinclude>|true|
{{#vardefine:header_footnote_last|{{#var:header_footnote_last}}{{PBR}}
{{#vardefine:header_footnote_last|{{#var:header_footnote_last}}{{PBR}}
For this function to work, the script must be compiled into an {{LSLGC|Experience}}.{{PBR}}
For this {{#var:article_type}} to work, the script must be compiled into an {{LSLGC|Experience}}.{{PBR}}
}}
}}
{{#vardefine:caveats|{{#var:caveats}}
{{#vardefine:caveats|{{#var:caveats}}

Revision as of 13:22, 5 May 2015

#var value
spec
caveats
  • If you recompile a script that was previously associated with an Experience but do so with a client that lacks the ability to compile scripts into an experience the script will loose the associated Experience.
notes

Compiling

For a script to be associated with an Experience...

  • It must be compiled with a client that is Experience aware,
  • The "Use Experience" checkbox must be checked,
  • And one of the users Experience keys selected.
KBcaution.png Important: Not all TPVs have this functionality.