by Brayla Sana | Feb 11, 2022 | Dataserver, Functions, LSL, OSSL, Wiki
key llGetNotecardLine(string name, integer line) This function fetches line number of notecard name and returns the data through the dataserver event. The line count starts at zero. If the requested line is past...
by Brayla Sana | Feb 11, 2022 | Dataserver, Functions, LSL, OSSL, Wiki
key llGetNumberOfNotecardLines(string name) Returns number of lines in the notecard name via the dataserver event. (Cast the value returned by the dataserver to an integer.) The key returned is a query id for...
by Brayla Sana | Feb 11, 2022 | Dataserver, Functions, LSL, OSSL, Wiki
key llRequestAgentData(key id, integer data) This function requests information of type data (see constants below) about agent id. The information is returned via the dataserver event....