Skip to content

llGetNotecardLineSync

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

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

If the requested line is past the end of the note-card the return value will be set to the constant EOF string.

If the note-card is not cached on the simulator the return value is the NAK string.