The following code prints the amount of gold, silver and copper the player's character currently has: local copper = GetMoney() print(("I have %dg %ds %dc"):format(copper / 100 / 100, (copper / 100) % 100, copper % 100));
| Graph IRI | Count |
|---|---|
| http://dbkwik.webdatacommons.org | 5 |