Could somebody tell me why I’m getting “True” and “False” statements at the end certain calculations. I was sure I had this one right, but I know I’m missing something and I’m sure it’s a simple bone head mistake. Thank you, I appreciate it.

  • VioneTM
    link
    English
    2
    edit-2
    1 year ago

    It is because your dynamic odds is not in correct syntax: This is wrong.

    scrollcalculator1
      [msplvl1][scrollguess1==1]
      [msplvl2][scrollguess1==2]
      [msplvl3][scrollguess1==3]
      [msplvl4][scrollguess1==4]
    

    It should be:

    scrollcalculator1
      [msplvl1]^[scrollguess1==1]
      [msplvl2]^[scrollguess1==2]
      [msplvl3]^[scrollguess1==3]
      [msplvl4]^[scrollguess1==4]
    

    See this article about Dynamic Odds and this article about using probabilities

    • @KipSheltonOP
      link
      English
      21 year ago

      Thank you so much! Like I said, Bone head mistake. I appreciate the help.

      • VioneTM
        link
        English
        11 year ago

        No problem!