The check goes like this:I'm attempting to install PB, ARKO armoiries, ARKO interface, VIET events, and VIET immersion, but after installing VIET events I'm being told that VIET immersion can't be installed as I've enabled SWMH, when I'm certain that I haven't.
Code:
if SWMH:
if language != "f":
print("VIET immersion is not yet compatible with SWMH, thus cannot be enabled as you've enabled SWMH.")
else:
print("VIET immersion n'est pas compatible avec SWMH et ne peut donc pas etre active en meme temps qu'SWMH.")
VIETimmersion = False
A quick test gave the proper result too; I hit enter for every mod except SWMH, where I instead wrote "n" (though anything other than blank, "y", "yes", "o", and "oui" will count as no).
Edit: Glad it is working for you now