2toe Bigboots Posted June 21, 2011 Share Posted June 21, 2011 Okay now i know im missing this and im sure its right in fron of my face.But how do i make llGetInventoryName(INVENTORY_TEXTURE, 0); get all textures instead of just the one ?? Link to comment Share on other sites More sharing options...
Randall Ahren Posted June 21, 2011 Share Posted June 21, 2011 You have to loop through all the textures that are in inventory. The "0" grabs the first inventory. If you put a "1" there, it will take the second texture and so on. Link to comment Share on other sites More sharing options...
2toe Bigboots Posted June 21, 2011 Author Share Posted June 21, 2011 Ya i remember that but this is part of a menu script and i need to get all the texture names at onece string texture = llGetInventoryName(INVENTORY_TEXTURE, o ); O nvm mind i added a gettexture function, i knew i was being a nub Link to comment Share on other sites More sharing options...
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now