- Home>
- RMVX Script >
- [RGSS2] Scene_InputSimple
Posted by : LiTTleDRAgo
Mar 21, 2013
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
Related Posts :
RMVX Script
Thanks.
ReplyDeleteSimple yet no one make it