- Apr 25, 2020
- 5,407
- 15,090
I think the code is wrong. You should test each variable independently.We only use the names Sigma and Alpha as codenames. Normally, you shouldn't see them, but since you checking the code (or using a mod), you are criticizing them. You don't have to follow routes labeled as Sigma or Alpha. Typically, when you play a balanced game, you achieve the best results. For example, to see an additional animation in a scene, your Sigma and Alpha scores must be greater than 8, which can only be achieved by making balanced choices.
if Mc_AlphaM and Mc_SigmaM > 8
should be if Mc_AlphaM > 8 and Mc_SigmaM > 8
the first is testing Mc_AlphaM for True or False