mirror of
https://github.com/opensim/opensim.git
synced 2026-08-07 01:35:46 +08:00
More inventory work for CharlieO. Final patch to make it all work yet to come.
This commit is contained in:
8
bin/assets/ScriptsAssetSet/llBase64ToString.lsl
Normal file
8
bin/assets/ScriptsAssetSet/llBase64ToString.lsl
Normal file
@@ -0,0 +1,8 @@
|
||||
default
|
||||
{
|
||||
state_entry()
|
||||
{
|
||||
string test = llBase64ToString("U2VjcmV0Ok9wZW4=");
|
||||
llOwnerSay(test);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user