Skip to content

llGetNotecardLine

Function Syntax
key llGetNotecardLine(
  1. string NotecardName,
  2. integer LineNumber
);

Returns LineNumber from NotecardName via the dataserver event. The line index starts at zero in LSL, one in Lua.

If the requested line is passed the end of the note-card the dataserver event will return the constant EOF string.

The key returned by this function is a unique identifier which will be supplied to the dataserver event in the requested parameter.