Currency Converter

General area, introduction to the game and chat area.
1 post Page 1 of 1

Currency Converter

Quote

Post by Daedalus »

I have created a currency converter. While we already have a page dedicated to this task, if anyone else wants to create currencies for their worlds, this will at least assist there.


The bbcode is pretty self-explanatory, but if an explanation is needed, I will add one.











Currency Converter
The above was generated with:

Code: Select all

[currencies]
  [currency=crowns]
    [converts-to=zollar from=40 to=3][/converts-to]
    [converts-to=gil from=20 to=3][/converts-to]
  [/currency]
  [currency=gil]
    [converts-to=zollar from=8 to=3][/converts-to]
    [converts-to=crowns from=4 to=15][/converts-to]
  [/currency]
  [currency=zollar]
    [converts-to=gil from=2 to=3][/converts-to]
    [converts-to=crowns from=2 to=15][/converts-to]
  [/currency]
[/currencies]
Daedalus
Dragon Coder
Posts: 172
Joined: October 9th, 2008, 5:15 am

1 post Page 1 of 1