diff options
| author | Rider Linden <rider@lindenlab.com> | 2026-02-06 11:01:23 -0800 |
|---|---|---|
| committer | Rider Linden <rider@lindenlab.com> | 2026-02-06 11:01:23 -0800 |
| commit | ecdb63651e4d94a8323d22114bb5db09c8078d61 (patch) | |
| tree | 7d5f0e11e9427ecc5b8a3c4138345c4df6b53dbf /scripts/messages/message_template.msg | |
| parent | 5a49c9c2ddc7fd15c2333c0b3c85aaeee20ee896 (diff) | |
Allow viewer to specify what default script it wants to use, either by language ID or by supplying an inventory item as a template.
Diffstat (limited to 'scripts/messages/message_template.msg')
| -rw-r--r-- | scripts/messages/message_template.msg | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/scripts/messages/message_template.msg b/scripts/messages/message_template.msg index 40ba2cc6b6..d3d60ea584 100644 --- a/scripts/messages/message_template.msg +++ b/scripts/messages/message_template.msg @@ -6818,6 +6818,11 @@ version 2.0 { CreationDate S32 } { CRC U32 } } + { + NewScriptInfo Variable + { Type U8 } + { TemplateID LLUUID } + } } // Create inventory |
