True/false variable triggers suddenly not working
Hello everyone. This is my first time posting. Thank you all in advance for the help.
I'm working on a videogame-style course, when you start the course you can choose your character's appearence between two options, and your character stays the way you've choosen for the entire course, but suddenly at the end of the course it stops working and it will only show one of the styles.
Okay so it works like this: When you start the course you have to pick between style a (false) or style b (true), the preset is false. The character is custom-made, so it has all custom-made states to match different views and movements for both styles. The way it works is that if youve choosen any of those styles, all the state changes triggers depend on the true or false variable.
I haven't set that variable change anywhere else in the course, but it works everywhere except on the last slides of the course. On those slides suddenly the only style that shows is style b (true) even if you picked style a (false).
The weird part is that on the same slide you have two different places where you can see the character:
1) your character profile picture that is set on the master slide (having there the triggers that allows it to show the correct state depending on the style you've choosen) and
2) The interactive "sprite" that does actions around the slide videogame-style.
That profile picture WORKS PERFECTLY, implying the true-false variable hasn't changed, it shows the correct style everytime, but the sprite only shows style b.
So if the player choose style a (false), at the final slides he's gonna see his profile picture with style a (false) but his character will show in style b (true), even when all the triggers stated that the character will have style b state if TRUE and style a if FALSE.
I really don't understand how this happened, why it only happens in those three final slides? The character is copy-pasted from slides that are STILL WORKING.
I'm currently working on a work-around but it still frustrates me.
(I'll probably won't be able to upload the course bc its really heavy)
Thank you!