Hi
I am developping a plugin and I am kinda pretty rusty
So what I want to develop is a multiple currency system where the user can add more than just gold
so far we could though well just do an array and it's fine.
The bigger problem is the currency conversion
So let's separate the idea.
if 1 gold = 100 silver and 1000 copper
but that 1 silver = 100 copper.
It could be ideal to just let the user to enter manually each value but the problem is Now : the interface of the plugin manager doesn't let the user take two param and interact with each other
so how would you approach this math problem? or a way to make that you can cross convert currencies while letting the user add the amount of currencies they want?
wouldn't it be 'exponential?'
thank you for your further answer
I am developping a plugin and I am kinda pretty rusty
So what I want to develop is a multiple currency system where the user can add more than just gold
so far we could though well just do an array and it's fine.
The bigger problem is the currency conversion
So let's separate the idea.
if 1 gold = 100 silver and 1000 copper
but that 1 silver = 100 copper.
It could be ideal to just let the user to enter manually each value but the problem is Now : the interface of the plugin manager doesn't let the user take two param and interact with each other
so how would you approach this math problem? or a way to make that you can cross convert currencies while letting the user add the amount of currencies they want?
wouldn't it be 'exponential?'
thank you for your further answer
