Google
×
Jan 22, 2015 · Returns a string that is the name of the inventory item number of type. Returns an empty string if no item of the specified type is found in the ...
Feb 1, 2019 · ... while (index < totalItems) { string itemName = llGetInventoryName( INVENTORY_ALL, index); integer type = llGetInventoryType(itemName); ...
Apr 11, 2015 · string name = llGetInventoryName(INVENTORY_TEXTURE, 0); if (name) // if a texture exists ... { key uuid = llGetInventoryKey(name); if (uuid) ... Caveats · Examples · Notes · See Also
Feb 1, 2019 · ... llGiveInventory(user, llGetInventoryName(INVENTORY_ANIMATION, 0) ); else // send a warning specifically to this user llRegionSayTo(user, ... Related Articles · Constants
llSay(0, "I have a notecard named " + llGetInventoryName( INVENTORY_NOTECARD, 0) + " in my contents."); // //put here for firefox- it was collapsing the window ...
Oct 16, 2006 · llGiveInventory(llDetectedKey(0),llGetInventoryName(INVENTORY_NOTECARD, 0)); } }. Give Object. default { touch_start(integer total_number)
string notecard=llGetInventoryName(INVENTORY_NOTECARD, 0);. if(notecard!= ""){ integer i;. for(i=0;i<total_number;++i){. llGiveInventory(llDetectedKey(i) ...
Jan 10, 2010 · ... (); counter++; if(counter>=total) { counter=0; } lastanim = curranim; curranim = llGetInventoryName(INVENTORY_ANIMATION, counter); if (price > ...