update inbox list
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
default
|
||||
{
|
||||
state_entry()
|
||||
{
|
||||
llSay(PUBLIC_CHANNEL, "Hello, Avatar!");
|
||||
}
|
||||
|
||||
touch_start(integer num_detected)
|
||||
{
|
||||
llSay(PUBLIC_CHANNEL, "Touched.");
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user