RMRK is retiring.
Server is paid up for the rest of 2026, but the forum may go after that. See here for more information. Please archive or save anything you would like to keep before 2027.
Main Menu
  • Welcome to The RPG Maker Resource Kit.

Input Number?

Started by shintashi, April 14, 2010, 01:54:58 PM

0 Members and 1 Guest are viewing this topic.

shintashi

How do I use input number to ask questions like "guess a number between 1 and 99"? and Have an answer?

And is it accessed through a conditional?

A simple 2 digit example would great.

modern algebra

See attached.

Obviously, you can be a little more exact than lower than or greater than 50 - you could put a conditional for every possibly choice if you wanted, but it's very simple. Just use a conditional branch and check the value of the variable you used for the Input Number command.

shintashi

Quote from: modern algebra on April 14, 2010, 02:05:06 PM
See attached.

Obviously, you can be a little more exact than lower than or greater than 50 - you could put a conditional for every possibly choice if you wanted, but it's very simple. Just use a conditional branch and check the value of the variable you used for the Input Number command.

worked like a charm ^^ I can now work on my math game.