More Input Digits

moreInputDigits2

This script allows you to set more digits for your number input event command. By default, the event editor only supports up to 8 digits.

Download

Script: download here

Installation

In the script editor, place this script below Materials and above Main

Usage

Right after an input digit event command, create a comment and write

<num input digits: x>

Where `x` is the number of digits you would like. See the screenshot above for an example.

You may also like...

4 Responses

  1. Manuel says:

    Would it be possible to make an input digit which only accepts certain numbers? Let’s say I want to make an event which asks for a binary number, so it would only accept zeros and ones. Another would only accept octal digits and stop at 7 before returning to 0.

    This would be very useful because I don’t want to make a “please enter a valid number” message.

    Ps. Love your work!

Leave a Reply

Your email address will not be published. Required fields are marked *

To create code blocks or other preformatted text, indent by four spaces:

    This will be displayed in a monospaced font. The first four 
    spaces will be stripped off, but all other whitespace
    will be preserved.
    
    Markdown is turned off in code blocks:
     [This is not a link](http://example.com)

To create not a block, but an inline code span, use backticks:

Here is some inline `code`.

For more help see http://daringfireball.net/projects/markdown/syntax