Conditional equations problem
-
I’m creating a rugby league.
On the player’s performance I created the variables “t” (goals made) and “ms” (goals conceded).
On event results I created an offensive bonus called “bo” and a defensive bonus called “bd”.
With the “bo” I have no problems, I set the equation t >= 4.
So if a team scores 4 or more goals it takes 1 offensive bonus.
On “bd” if the team with less goals has scored only one goal less than the other team the losing team must take 1 defensive bonus.
I set the following equation, (ms – t) = 1.
This doesn’t work because in the results of the event on “bd” I always find 0.
What am I doing wrong?
Am I misinterpreting the sign “=” ?
- The topic ‘Conditional equations problem’ is closed to new replies.