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));
| Identifier (URI) | Rank |
|---|---|
| dbkwik:resource/89hT-UsN972l_kWoU3XK6Q== | 5.88129e-14 |