And I wrote it on my phone

But to make Redds idea better you could do this:
CODE
@>Text: Kick the tree?
@>Show Choices: Yes, No
: When [Yes]
@>Show Animation: [EV014], [Hit]
@>Text: You kick the tree
@>Control Variables: [0026: apples] = Random No. (0...2)
@>Comment: If the variable is greater than 1
@>Conditional Branch: Variable [0026] > 1
@>Text: You have gotten \v[26] apples
: Else
@>Text: You have gotten 1 apple
: Branch End
@>Change Items: [Apple], + Variable [0026: apples]
@>Control Variables: [0027: apples_have += Variable [0026: apples]
@>
: When [No]
@>
: Branch End
@>
Now, instead of having it writing:
CODE
You have gotten 2 apple(s)
you can have it write
CODE
You have gotten 2 apples
or
CODE
You have gotten 1 apple
which is making the game look better(in my opinion

)
So you just add
CODE
@>Conditional Branch: Variable [0026] > 1
@>Text: You have gotten \v[26] apples
: Else
@>Text: You have gotten 1 apple
: Branch End
where the text is supposed to be