If only string maps were known to human kind :)
You must log in or register to comment.
Clearly the issue is that they are using switch cases instead of if statements /s
Maps? Could get away with an array!
How about a dict[int, str], which holds your case and newscript?
Case with numbers? I really want to change that to an enum or something lol.