Hiya.
How do I allow the player to input a number using script commands?
I'm making a radio interface, like, the military kind, and I have a window set up off to the side, which is set to go Window_InputNumber.new, and it displays the number, but I can't interact with it, even with
def frequency #s1, menu_index=0
$game_system.se_play($data_system.decision_se) #play an SE
@window_a1.active = false
@window_frequency.active = true
where window a1 is the default menu window, and the window_frequency is the input number window. How do I get this to work?
Please and thank you ^_^
How do I allow the player to input a number using script commands?
I'm making a radio interface, like, the military kind, and I have a window set up off to the side, which is set to go Window_InputNumber.new, and it displays the number, but I can't interact with it, even with
def frequency #s1, menu_index=0
$game_system.se_play($data_system.decision_se) #play an SE
@window_a1.active = false
@window_frequency.active = true
where window a1 is the default menu window, and the window_frequency is the input number window. How do I get this to work?
Please and thank you ^_^