MajorasMask99
Member
Really don't know how to word it but I'll try my best :3. I doubt it's possible to do this but I'll just check anyway. I know almost nothing about RGSS so bear with me :P.
Basically what I was wondering is if it was possible to have an alert pop up and have an input where the person could enter a value and have it be stored in a variable. Something to the effect of this:
But in not javascript. I'm pretty sure it's possible to make an alert pop up in a game but I'm not sure if it's possible to make something like that.
And if that is not possible, would there be any way (fast/easy way) to have a person enter a large number around 60 digits as a value for a variable?
Thanks.
Basically what I was wondering is if it was possible to have an alert pop up and have an input where the person could enter a value and have it be stored in a variable. Something to the effect of this:
Code:
<script>
var Test=prompt("Message","Value for Test")
</script>
But in not javascript. I'm pretty sure it's possible to make an alert pop up in a game but I'm not sure if it's possible to make something like that.
And if that is not possible, would there be any way (fast/easy way) to have a person enter a large number around 60 digits as a value for a variable?
Thanks.