In library inventory, correct asset id for llSay example script
From http://opensimulator.org/mantis/view.php?id=6917 Thanks to FreakyTech for this spot.master-beforevarregion
parent
8c6b9ef865
commit
70dd4cf152
|
@ -89,9 +89,9 @@
|
|||
<Key Name="assetType" Value="10" />
|
||||
<Key Name="fileName" Value="llResetLandBanList.lsl" />
|
||||
</Section>
|
||||
<Section Name="llResetLandPassList">
|
||||
<Section Name="llSay">
|
||||
<Key Name="assetID" Value="366ac8e9-b391-11dc-8314-0800200c9a66" />
|
||||
<Key Name="name" Value="llResetLandPassList" />
|
||||
<Key Name="name" Value="llSay" />
|
||||
<Key Name="assetType" Value="10" />
|
||||
<Key Name="fileName" Value="llSay.lsl" />
|
||||
</Section>
|
||||
|
@ -240,4 +240,4 @@
|
|||
<Key Name="fileName" Value="KanEd-Test16.lsl" />
|
||||
</Section>
|
||||
|
||||
</Nini>
|
||||
</Nini>
|
||||
|
|
|
@ -195,7 +195,7 @@
|
|||
<!-- S == <Key Name="folderID" Value="30000112-000f-0000-0000-000100bba018"/> -->
|
||||
<Section Name="llSay">
|
||||
<Key Name="inventoryID" Value="3af51d20-b38f-11dc-8314-0800200c9a66" />
|
||||
<Key Name="assetID" Value="3af51d21-b38f-11dc-8314-0800200c9a66" />
|
||||
<Key Name="assetID" Value="366ac8e9-b391-11dc-8314-0800200c9a66" />
|
||||
<Key Name="folderID" Value="30000112-000f-0000-0000-000100bba018"/>
|
||||
<Key Name="description" Value="llS" />
|
||||
<Key Name="name" Value="llSay" />
|
||||
|
|
Loading…
Reference in New Issue