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));
Attributes | Values |
---|---|
rdfs:label |
|
rdfs:comment |
|
dbkwik:wowwiki/pro...iPageUsesTemplate | |
abstract |
|