How to achieve adding 1 to game.score based on a random number and a user generated prompt

J's JunctionJ's Junction IllinoisMember, BASIC Posts: 81

The user can display a number(0-100) by input on keyboard. It is a integer attribute that is being displayed.
I have actors that randomly display numbers from a table (0-100).
If the actor is 1 greater than the user input and is touched they need to receive a point.

Is there a way to achieve this? How can I get a rule to recognize the actor is one more than the user input number?

Thank you!

Best Answer

  • MentalDonkeyGamesMentalDonkeyGames Posts: 1,276
    Accepted Answer

    I think i understand the question, but you did not explain it very well...

    Rule:
    If the number displayed = user input+1

    Do:
    add score.

Answers

  • J's JunctionJ's Junction IllinoisMember, BASIC Posts: 81

    Sorry it took me so long to respond. I never received an email notification that there was an answer or maybe I missed it. Thank you for responding!

Sign In or Register to comment.