Forum Discussion
BenjaminCaul542
4 years agoCommunity Member
triggers with conditions not working
So this one has me absolutely stumped and I could use more than just my eyes on it:
This is for a game. Scoring is done through 2 variables. Results are determined through a combination between th...
BenjaminCaul542
4 years agoCommunity Member
Appreciate the feedback. Actually the problem I was seeing was not double results, it was no results. The more I test, the more it seems like the issue is focused around the trigger conditions that are between A & B.
Iterative process led to me the conditions in the triggers using only <> symbols since I was using real numbers, which caused problems, so I went to integers. So, it wasn't until i was trying to explain further what I was seeing that I realized that trying to express A is between -1 & -3 instead of a = -2. That resolved everything.
Thanks