define a new default script asset instead of reusing the old one

This commit is contained in:
UbitUmarov
2022-08-20 00:08:24 +01:00
parent 9cf4b5e696
commit eed88fd3c3
3 changed files with 18 additions and 2 deletions

View File

@@ -0,0 +1,8 @@
default
{
state_entry()
{
llSay( 0, "Script running");
}
}