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
Thanks.
ReplyDeleteSimple yet no one make it