llGetNotecardLine
function ll.GetNotecardLine(NotecardName: string, LineNumber: number): stringReturns 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)
Examples
Section titled “Examples”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.
See Also
Section titled “See Also”- Related functions can be linked here
- LSL equivalent: llGetNotecardLine