mirror of
git://opensimulator.org/git/opensim
synced 2026-08-14 17:12:17 +00:00
9 lines
128 B
Plaintext
9 lines
128 B
Plaintext
default
|
|
{
|
|
state_entry()
|
|
{
|
|
string test = llBase64ToString("U2VjcmV0Ok9wZW4=");
|
|
llOwnerSay(test);
|
|
}
|
|
}
|