- Nov 20, 2018
- 12,041
- 17,859
No worries. What I posted is the simplest fix, only requiring a few characters. There is another way to approach this type of situation, which I would recommend in the future. Since the flow of code checks from top to bottom of a file (not counting things like jump statements), you can use this to your advantage. Check the most strict condition first and then use elif statements to catch lesser conditions, with a final else like you already have for when none of the conditions are met. So something like this would be better:I told him about that broken logic late yesterday, though you stated it better and with a fix. I doubt he's had a chance to fix anything. He's got some irl issues at the moment.
But I may poach your fix when I update the mods again (which I will).
You don't have permission to view the spoiler content.
Log in or register now.