This website works better with JavaScript
Acasă
Explorează
Ajutor
Autentificare
GwynethLlewelyn
/
OpenSim-Test
Urmărește
1
Stea
0
Bifurcare
0
Fisiere
Probleme
0
Trageți solicitările
0
Arbore:
2fbd14722d
Ramuri
Etichete
master
OpenSim-Test
/
bin
/
assets
/
ScriptsAssetSet
/
DefaultSay.lsl
DefaultSay.lsl
77 B
Istoric
Crud
1
2
3
4
5
6
7
8
default
{
state_entry()
{
llSay( 0, "I am Alive!");
}
}