Xynvaroth Posted July 20, 2013 Share Posted July 20, 2013 This function package provides several functions to manage items. Xynvaroth_ItemManager_Choose( ) lets a player choose items and their amounts. The function is very configurable! From selecting only one item securely to selecting a whole list of items - there are detailed options available to fit any need. In addition, there are the functions Xynvaroth_ItemManager_CheckTake( ), Xynvaroth_ItemManager_Take( ), Xynvaroth_ItemManager_CheckGive( ) and Xynvaroth_ItemManager_Give( ) available. There is a detailed documentation inside the file. Xynvaroth_ItemManager 1 Quote Link to comment Share on other sites More sharing options...
Xynvaroth Posted July 22, 2013 Author Share Posted July 22, 2013 2.0 - Revised the complete script. - Revised the documentation. - Added parameter ItemLimit. - Added parameter QueryLimit. - Added option Option_DisableAmount. - Added option Option_EnableItemCheck. - Added option Option_EnableItemTaking. 2.1 - Added some examples to the documentation. Quote Link to comment Share on other sites More sharing options...
Xynvaroth Posted July 24, 2013 Author Share Posted July 24, 2013 2.2 - Revised the documentation. - Renamed [email protected]$ to [email protected]_Name$. Quote Link to comment Share on other sites More sharing options...
Xynvaroth Posted July 26, 2013 Author Share Posted July 26, 2013 3.0 - Removed Option_EnableItemCheck and added Xynvaroth_ItemChooser_Check( ) instead. - Removed Option_EnableItemTake and added Xynvaroth_ItemChooser_Take( ) instead. Quote Link to comment Share on other sites More sharing options...
Xynvaroth Posted August 22, 2013 Author Share Posted August 22, 2013 4.0 - Xynvaroth_ItemChooser is now Xynvaroth_ItemManager. - Renamed Xynvaroth_ItemChooser( ) to Xynvaroth_ItemManager_Choose( ). - Added Xynvaroth_ItemManager_CheckTake( ) (renamed from Xynvaroth_ItemChooser_Check( )). - Updated Xynvaroth_ItemManager_Take( ). - Added Xynvaroth_ItemManager_CheckGive( ). - Added Xynvaroth_ItemManager_Give( ). - Fixed syntax errors in the examples. - Changed hyperlink now leading to my script collection. Quote Link to comment Share on other sites More sharing options...