llGetNotecardLineSync
function ll.GetNotecardLineSync(NotecardName: string, LineNumber: number): stringReturns 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.
Parameters
-
NotecardName(string) -
LineNumber(number)
Examples
Section titled “Examples”Add example usage here showing SLua/Luau syntax with ll.GetNotecardLineSync().
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: llGetNotecardLineSync