- # Find def __OnValueUpdate(self): and edit money = int(text) to
- money = long(text)
- # Find class MoneyInputDialog(ui.ScriptWindow): and edit self.SetMaxLength to
- self.SetMaxLength(13)
- # Find def SetMaxLength(self, length): and edit to
- length = min(13, length)