mirror of
https://github.com/opensim/opensim.git
synced 2026-08-13 05:05:43 +08:00
define a new default script asset instead of reusing the old one
This commit is contained in:
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");
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user