I need to write a "fortune cookie" type script where an object will read a notecard and chat one line from the card.
I started with the sample at
http://wiki.secondlife.com/wiki/LlGetNumberOfNotecardLines
but I immediately ran into 2 problems. The first is that I have way more data than a notecard will hold. One file has about 3500 lines, the other will have about 50,000 lines.
I considered breaking up my data into several notecards, so I put about 1,000 lines into on, the card was under 64K limit. But the script stopped reading the card after about 200 lines.
Clearly a notecard isn't the answer.
What is a good approach to serve a large amount of text data?
Thanks
Wake