mirror of
https://github.com/opensim/opensim.git
synced 2026-08-07 09:45:47 +08:00
define a new default script asset instead of reusing the old one
This commit is contained in:
@@ -2,6 +2,7 @@ default
|
||||
{
|
||||
state_entry()
|
||||
{
|
||||
llSay( 0, "Script running");
|
||||
llSay( 0, "I am Alive!");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
8
bin/assets/ScriptsAssetSet/DefaultScript.lsl
Normal file
8
bin/assets/ScriptsAssetSet/DefaultScript.lsl
Normal file
@@ -0,0 +1,8 @@
|
||||
default
|
||||
{
|
||||
state_entry()
|
||||
{
|
||||
llSay( 0, "Script running");
|
||||
}
|
||||
}
|
||||
|
||||
@@ -90,6 +90,13 @@
|
||||
<Key Name="assetType" Value="10" />
|
||||
<Key Name="fileName" Value="DefaultSay.lsl" />
|
||||
</Section>
|
||||
|
||||
<Section Name="DefaultScript">
|
||||
<Key Name="assetID" Value="2074003b-8d5f-40e5-8b20-581c1c50aedb" />
|
||||
<Key Name="name" Value="DefaultScript" />
|
||||
<Key Name="assetType" Value="10" />
|
||||
<Key Name="fileName" Value="DefaultScript.lsl" />
|
||||
</Section>
|
||||
|
||||
<Section Name="DefaultSayAndTouch">
|
||||
<Key Name="assetID" Value="9267e689-4f37-4ce5-b2c2-455ee2e1ab12" />
|
||||
|
||||
Reference in New Issue
Block a user