Google
×
Jan 22, 2015 · The prim description is limited to 127 bytes; any string longer then that will be truncated. This truncation does not always happen when the ...
Jan 22, 2015 · llGetObjectDesc, –, Gets the prim description. •, llGetObjectName, –, Gets the prim name. •, llSetObjectName, –, Sets the prim name.
Aug 30, 2007 · OBJECT_DESC, 2, Gets the prim's description. If id is an avatar, an empty string is returned. max. 127 characters, string desc, llGetObjectDesc. Related Articles · Constants
string llGetObjectDesc() Returns the description of the scripted object/prim. You can set the description using llSetObjectDesc. The description is limited to 127 ...
Following the llGetObjectDesc code, the script goes through a series of if and else if statements comparing the string to my special selected settings. In this case ...
Dec 31, 2017 · Function: string llGetObjectDesc( );. Returns a string that is the description of the prim the script is attached to. Caveats • The prim description is ...
Feb 14, 2015 · state_entry() {. message = llGetObjectDesc();. llSetText(message,<1,1,1>,1);. } touch_start(integer total_number) {. message = llGetObjectDesc ...
Jan 11, 2016 · deleteCard = (integer)wasKeyValueGet("delete", llGetObjectDesc()); if( deleteCard) deleteCardText = "◉ DELETE"; // generate the menu list that ...