User:Talia Tokugawa/scripts
Jump to navigation
Jump to search
- Dialog menu example Link
Code Snippets:
- character replacement.
- These two are for replacing escape characters in a string that is a not compiled with the script
<lsl> text=llDumpList2String(llParseString2List(text, ["\\\""],[]), "\""); </lsl> <lsl> text=llDumpList2String(llParseString2List(text, ["\\\'"],[]), "\'"); </lsl>