From 8cac8f58df63ab4deae7ba566a9b6879ca7e7e88 Mon Sep 17 00:00:00 2001 From: Rider Linden Date: Fri, 6 Feb 2026 09:47:50 -0800 Subject: [PATCH] Allow viewer to specify what default script it wants to use, either by language ID or by supplying an inventory item as a template. --- message_template.msg | 5 +++++ message_template.msg.sha1 | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/message_template.msg b/message_template.msg index 4a1af24..1ec60e2 100644 --- a/message_template.msg +++ b/message_template.msg @@ -6823,6 +6823,11 @@ version 2.0 { CreationDate S32 } { CRC U32 } } + { + NewScriptInfo Variable + { Type U8 } + { TemplateID LLUUID } + } } // Create inventory diff --git a/message_template.msg.sha1 b/message_template.msg.sha1 index 6148313..be9a903 100644 --- a/message_template.msg.sha1 +++ b/message_template.msg.sha1 @@ -1 +1 @@ -333bd98e36c5beb7e474e837fdb92c31c1b20547 \ No newline at end of file +b220b9b2f6d5f4f2c0a6f98ed5a8d550bf055ba9 \ No newline at end of file