So this is a Python repl that generates JSON that you can export to Murder Games.
The link is: https://replit.com/@SnakeyKing/Murder-Games-JSON-Generator?v=1
Tell me if there’s any bugs
1 Like
If perks are left blank, it results in [,,]
which leads to an invalid JSON setup.
1 Like
Fixed it, thanks for the report!