Mar 21, 2013

[RGSS2] Scene_InputSimple


Explanation

Request from ashm

How to Use

Script :
text = 'How many do you need?'
icon_item = 'Item1'
digit_max = 3
x = 20
y = 30
can_cancel = true
$scene = Scene_InputSimple.new(text, icon_item, digit_max , x , y , can_cancel )

the output will be saved to a global variable $output_number

1 comment: