Is there anyway to create an input box window? For example, when I click on "use" for a security key pad, I'd like a small window to appear where the user can input the code. I'd like to do it this way so that the use can't click on anything else while the program (i.e. getInput) is waiting for the input.
The Pixie
14 Nov 2012 15:16
Try the script command "get input". Notr sure if it is exactly what you want, but I do not think there is anything else.
There's no function in Quest that will create a pop-up window for player input. That being said however, it might be possible to add something like this yourself with JavaScript or something, but I can't say that for sure.
The Pixie
16 Nov 2012 08:01
Is there are documentation anywhere about using JavaScript with Quest? Anything at all, even just example code, would be useful.