Welcome to the Second Life Forums Archive

These forums are CLOSED. Please visit the new forums HERE

script reading a notecard with a landmark in it?

Ritz Pinkerton
Builder/Scripter
Join date: 27 Mar 2005
Posts: 22
07-17-2005 10:03
does the landmark inside a notecard make it unreadable by the script? I've made a few vendors and made one this morning that has a setting on the first line of the notecard, but underneath that has isntructions and a landmark... with the landmark there, I couldn't get it to read the value of the first line.. well, it did read it, but it wasn't anything that I had typed in the notecard. but when I removed the landmark, it worked just fine.. any way around this without making two separate notecards?
Champie Jack
Registered User
Join date: 6 Dec 2003
Posts: 1,156
07-17-2005 10:17
From: someone
Requests from notecards that contain embedded inventory items will always result in EOF, regardless of the line being requested.
llGetNotecardLine

taken from the LSL WIKI
_____________________
Ritz Pinkerton
Builder/Scripter
Join date: 27 Mar 2005
Posts: 22
07-17-2005 12:21
I thought about the wiki just a minute before I checked this... oops... thanks :)