Difference between revisions of "User:PixelProphet Lane/Scripts"
Jump to navigation
Jump to search
Line 41: | Line 41: | ||
for (type = 0; type < len; ++type) | for (type = 0; type < len; ++type) | ||
{ | { | ||
integer constant = | 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 05:34, 3 April 2010
LSL Portal | Functions | Events | Types | Operators | Constants | Flow Control | Script Library | Categorized Library | Tutorials |