Forum Discussion
Text box - input appears in the data input text box all the time
On the Insert tab, there is "Input" in the Interactive Objects sections. You can create a Data Entry text box field in the spot that you need, and then you can create a trigger to do what you need it to do if a certain condition is met. Upon creation, the text box will say "type your text here" but you can delete it. When you run your training simulation, it should stay empty. Also, creating this Data Entry text box will automatically create a text variable for you called TextEntry, which you can use in the trigger to verify that the correct value was inputted.
I think your trigger will look something like this?
EDIT: I somehow missed the Data Entry option for numbers. It will do basically the same thing, but only accept numbers, and it'll create a number variable called NumericEntry. And it'll already be the empty text box that you need!