refactor: Add CSV option

This commit is contained in:
Dazed 2023-04-23 10:47:00 -05:00
parent 11fdc766e5
commit ee6ff897f9

View file

@ -28,7 +28,7 @@ def main():
totalCost = 0
version = ''
while version == '':
version = input('Select the RPGMaker Version:\n\n1. MV/MZ\n2. ACE\n')
version = input('Select the RPGMaker Version:\n\n1. MV/MZ\n2. ACE\n3. CSV (From Translator++)\n')
match version:
case '1':
# Open File (Threads)