|
Rachel Corleone
Registered User
Join date: 9 Oct 2006
Posts: 21
|
11-11-2007 12:27
I've got a script that "walks" a region and collects land height data. That data is stored in strings. I want to use the data outside of SL. So far I've been Whispering the strings and doing a copy/paste into an external text editor. (Please don't laugh.) Is it possible to get these strings out of SL some other more efficient way? Perhaps by using llHTTPRequest?
Rachel
|
|
Ordinal Malaprop
really very ordinary
Join date: 9 Sep 2005
Posts: 4,607
|
11-11-2007 12:32
You could collate all of the data and send them via llEmail, which might be convenient (be aware that there is a size limitation). Or, you could do what I did when making parcel maps, and use llHTTPRequest to send the information to a particular off-world server script, which records it somehow (a flat file, an SQL database etc). This requires a little extra effort but it far by the most flexible. http://ordinalmalaprop.com/simmap/
_____________________
http://ordinalmalaprop.com/forum/ - visit Ordinal's Scripting Colloquium for scripting discussion with actual working BBCode!
http://ordinalmalaprop.com/engine/ - An Engine Fit For My Proceeding, my Aethernet Journal
http://www.flickr.com/groups/slgriefbuild/ - Second Life Griefbuild Digest, pictures of horrible ad griefing and land spam, and the naming of names
|