Having trouble with the conditional system :/

Discussion in 'Authors' Hangout' started by TheStirringLion, Apr 17, 2020.

  1. Hello everyone, I hit a wall and would like some help.

    So I have a branch that leads to the end and let’s say you get Effect A

    The branch then loops back to a choice room. Because the completed A they should not see A
    This unlocks B.

    I have the Effect set to False for requirement for the entrance on room A
    I have the Effect set to True for requirement for the entrance on room B

    How ever no matter what choices made, i have to have Effect A to see both rooms.

    My desire is. If I have Effect A i unlock path B and Lock Path A, If i never did path A i should not see path B

    :/ i am feeling silly but also frustrated.
     
  2. HAZZZAH i feel super silly,
    So it is not that you are missing the effect, you need to have Effect A False as a condition.
    It’s so small but really can break your brain.
     
    gene.sis and MidbossMan like this.
  3. vinaren

    vinaren Experienced

    I have successfully done that.
    Let call the variable is X.
    You set: If X = True -> See A, If X = False -> See B.
    From A you have a chap "Back to the choice room", right? At that chap, set "Change to the score: X = False"
    In the same manner, in the chap "Back to the choice room" from B, set "Change to the score: X = True"