User:PixelProphet Lane/Scripts: Difference between revisions

From Second Life Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 41: Line 41:
         for (type = 0; type < len; ++type)
         for (type = 0; type < len; ++type)
         {
         {
             integer constant = (integer) llList2String(InventoryConstants, type);
             integer constant = llList2Integer(InventoryConstants, type);
             string constname = llList2String(ConstantNames, type);
             string constname = llList2String(ConstantNames, type);
             integer num = llGetInventoryNumber(constant);
             integer num = llGetInventoryNumber(constant);

Revision as of 06:34, 3 April 2010