would it be possible to be able to type how much denar we want to give or take?
DarkbladerAnthony Recruit 2020-09-29 #1 would it be possible to be able to type how much denar we want to give or take?
MRay Sergeant Knight 2020-10-01 #3 It's possible since we implemented integer input in custom battle. The biggest problem would be the size/space. We had to abbreviate the gold amount label to "12.3k" or "1.33m" because we don't have space in that tuple currently.
It's possible since we implemented integer input in custom battle. The biggest problem would be the size/space. We had to abbreviate the gold amount label to "12.3k" or "1.33m" because we don't have space in that tuple currently.