This website requires JavaScript.
Explore
Help
Sign In
OpenSim
/
OpenSimMirror
Watch
1
Star
0
Fork
You've already forked OpenSimMirror
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
8d272fb1d0
OpenSimMirror
/
bin
/
assets
/
ScriptsAssetSet
/
llBase64ToString.lsl
9 lines
128 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Rewrote svn properties handling script in python. Added more file types.
2008-01-26 10:34:49 +00:00
default
{
state_entry()
{
string test = llBase64ToString("U2VjcmV0Ok9wZW4=");
llOwnerSay(test);
}
}