User:Talia Tokugawa/scripts
< User:Talia Tokugawa
Jump to navigation
Jump to search
Revision as of 19:30, 16 June 2008 by Talia Tokugawa (talk | contribs)
Going to place some example scripts in here...
Code Snippets:
- character replacement.
These two are for replacing \" in a string that is a preset string <lsl> text=llDumpList2String(llParseString2List(text, ["\\\""],[]), "\""); </lsl> <lsl> text=llDumpList2String(llParseString2List(text, ["\\\'"],[]), "\'"); </lsl>