clockwerk-opensim-config

Subversion Repositories:
Compare Path: Rev
With Path: Rev
?path1? @ 8  →  ?path2? @ 9
/assets/ScriptsAssetSet/KanEd-Test01.lsl
@@ -0,0 +1,13 @@
default
{
state_entry()
{
llSay( 0, "Hello, Avatar!");
}
 
touch_start(integer total_number)
{
llSay( 0, "Touched.");
}
}