Google
×
22 янв. 2015 г. · The answer will arrive via a dataserver event gLineRequestID = llGetNumberOfNotecardLines(gNotecard); } dataserver(key requested, string ...
5 июл. 2012 г. · This could be reached by using llGetNotecardLine along with llGetNumberOfNotecardLines --Shadow Siamendes 10:04, 5 July 2012 (PDT).
llGetNumberOfNotecardLines will still return a query id. If name refers to a notecard containing embedded inventory items, dataserver will still be triggered,  ...
key llGetNumberOfNotecardLines(string name). Returns number of lines in the notecard name via the dataserver event. (Cast the value returned by the ...
31 дек. 2017 г. · Function: key llGetNumberOfNotecardLines( string name );. Requests number of lines in notecard name via the dataserver event (cast ...
17 сент. 2008 г. · Product Version. Target Version, Fixed in Version. Summary, 0002212: Update llGetNumberOfNotecardLines() and llGetNotecardLine() to use ...
Linden Scripting Language (LSL / Second Life) files for your editor. - buildersbrewery/linden-scripting-language.
... state_entry() { //get the number of notecard lines linecountid = llGetNumberOfNotecardLines(card); } touch_start(integer total_number) { lineid ...