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

From Second Life Wiki
Jump to navigation Jump to search
m
m
Line 5: Line 5:
<h4>Compiling</h4>
<h4>Compiling</h4>
For a script to be associated with an {{LSLGC|Experience}}...
For a script to be associated with an {{LSLGC|Experience}}...
* it must be compiled with a client is Experience aware,
* It must be compiled with a client is Experience aware,
* the "Use Experience" checkbox must be checked,
* The "Use Experience" checkbox must be checked,
* and one of the users Experience keys selected.
* And one of the users Experience keys selected.


{{LSL Tip|Not all [[TPV]]s have this functionality.}}
{{LSL Tip|Not all [[TPV]]s have this functionality.}}

Revision as of 13:09, 5 May 2015

#var value
spec

Compiling

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

  • It must be compiled with a client 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.
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