Skip to content

llGetNotecardLine

function ll.GetNotecardLine(NotecardName: string, LineNumber: number): string

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.

Parameters
NotecardName (string)
LineNumber (number)

Add example usage here showing SLua/Luau syntax with ll.GetNotecardLine().

Add additional notes, caveats, or tips specific to using this function in SLua/Luau.