mirror of
https://github.com/opensim/opensim.git
synced 2026-05-16 03:36:04 +08:00
9 lines
128 B
Plaintext
9 lines
128 B
Plaintext
default
|
|
{
|
|
state_entry()
|
|
{
|
|
string test = llBase64ToString("U2VjcmV0Ok9wZW4=");
|
|
llOwnerSay(test);
|
|
}
|
|
}
|