Xynvaroth Posted July 24, 2013 Share Posted July 24, 2013 This function package provides several functions to manage (custom) currencies. Xynvaroth_CurrencyManager_Choose( ) lets a player choose currencies and their amounts. In addition, there are the functions Xynvaroth_CurrencyManager_CheckTake( ), Xynvaroth_CurrencyManager_Take( ), Xynvaroth_CurrencyManager_CheckGive( ) and Xynvaroth_CurrencyManager_Give( ) available. There is a detailed documentation inside the file. Xynvaroth_CurrencyManager Quote Link to comment Share on other sites More sharing options...
Xynvaroth Posted July 26, 2013 Author Share Posted July 26, 2013 2.0 - Removed Option_EnableCurrencyCheck and added Xynvaroth_CurrencyChooser_Check( ) instead. - Removed Option_EnableCurrencyTake and added Xynvaroth_CurrencyChooser_Take( ) instead. Quote Link to comment Share on other sites More sharing options...
Xynvaroth Posted August 21, 2013 Author Share Posted August 21, 2013 3.0 - Xynvaroth_CurrencyChooser is now Xynvaroth_CurrencyManager. - Renamed Xynvaroth_CurrencyChooser( ) to Xynvaroth_CurrencyManager_Choose( ). - Renamed Xynvaroth_CurrencyChooser_Check( ) to Xynvaroth_CurrencyManager_CheckTake( ). - Updated Xynvaroth_CurrencyManager_Take( ). - Added Xynvaroth_CurrencyManager_CheckGive( ). - Added Xynvaroth_CurrencyManager_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...