Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(1 edit)

can this plugin be used to create a DnD style currency system? 

you know where you have a hierarchy of coins, something like "copper < silver < gold < platinum" where for example 100 copper coins are 1 silver coin, 100 silver coins are 1 gold coin and 100 gold coins are 1 platinum coin, etc

Hi, this plugin allows you to create as many custom currencies as you want, however it does not allow for having a hierarchy of coins within a single currency like you describe yet.

very well thank you for the quick answer

in that case my search continues

In essence, you'd have to keep track of this using background running common events and variables.
The plugin doesn't provide this function, but, it can be evented. I've done so in VX Ace with a different script author's currency system (that functions similarly).