1 2 3 4 5 6 7 8
default { state_entry() { string test = llBase64ToString("U2VjcmV0Ok9wZW4="); llOwnerSay(test); } }