Ok Here Is My Code
ts = + fruits + lb - dropped;
What Each Of The Variables Stand For Are…
TS = Total Score
Fruits = The Fruits Caught
LB = Life Bonus
Dropped = Well The Amount Of Fruits Dropped
Now My Problem Is
That My code is supposed to add the Fruits And LB ThenSubtract Dropped.
The code does not seem to add the life bonus for me and only adds the fruits and subtracts the dropped.
Could Someone Please Help Me.
Also Maybe the problem is that the life bonus randomly turns out diffrent each time.
Code FOr Life Bonus
lb = random(5)+1;