Many scripters have had the problem of running out of memory to store information, or losing the information when a script resets. Ways around this include adding threaded scripts, using note cards, using the description field, or adding a back-end service such as a database. I happened to come across TinyPaste.com in which you can paste text from your clipboard, save it, and hand the link out to your friends. Amazingly enough, it has an API. Using a bit of my LSL scripting skills, I was able to create a script that makes use of this API. Have a look at the code: <a href="http://tinypaste.com/70c90ce" rel="noreferrer nofollow">tinypaste.com/70c90ce</a>. From Dedric Mauriac via <a href="http://bloghud.com" rel="noreferrer nofollow">bloghud.com</a>
Original Details
- Original on Flickr: https://www.flickr.com/photos/dedric-mauriac/4104674110/
Location
- Simulator: Motru
Text Found Within Image
- taken by : Dedric Mauriac
- on Motru (39, 25, 45)
- blog HUD!
- integer i = 0; integer count = llListLength(params); for(i = 0; i < count; i++) { key paramKey = llGetListEntryParams(); … object serverUrl = …

