Envision, Create, Share

Welcome to HBGames, a leading amateur game development forum and Discord server. All are welcome, and amongst our ranks you will find experts in their field from all aspects of video game design and development.

show text using script

[XP script]
this is more a question than request..
how can I show a text -like 'show text' command from an event- and input number using a script?
can I use methods from ccoa's UMS to do that?
I'd call command 101 , if I knew what goes in @parameters..
any help is appreciated !
 
Code:
 

$game_temp.message_text = "Enter Number \\N[1]"

$game_temp.num_input_start = 2

$game_temp.num_input_variable_id = 1

$game_temp.num_input_digits_max = 1

 

Will show the message "Enter Number Aluxes"
with a number input window, and the number input 2 lines below the text (num_input_start = line to draw on)

Use just the message_text to show a plain message.
 

Thank you for viewing

HBGames is a leading amateur video game development forum and Discord server open to all ability levels. Feel free to have a nosey around!

Discord

Join our growing and active Discord server to discuss all aspects of game making in a relaxed environment. Join Us

Content

  • Our Games
  • Games in Development
  • Emoji by Twemoji.
    Top