Talk:LlGetText

From Second Life Wiki
Revision as of 21:31, 8 April 2011 by Reynard Baroque (talk | contribs) (Created page with "I cannot conceive of any circumstances whereby a script would not have some other way to access the information of the prim property set by llSetText. If nothing else, unless the…")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

I cannot conceive of any circumstances whereby a script would not have some other way to access the information of the prim property set by llSetText. If nothing else, unless the text was hard-coded into the llSetText parameters, there will be a string variable containing the information. Failing that, it's easy enough to write any scripts that set llSetText so that the text information is also captured in a string variable for later use. Actually, I mis-spoke. I can conceive of one circumstance whereby the llSetText property might be set but there is no way to access a variable, and that is if the object is set no-mod. Otherwise even if you didn't make the object, the first time it's rezzed you can type a notecard and put the text in that, which is then accessible by a script. --   ¥    Reynard  21:31, 8 April 2011 (PDT)