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.
You must log in or register to comment.
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
Thank you so much! Like I said, Bone head mistake. I appreciate the help.
No problem!