Zes,
I won't take time to get into details of your project, but I will try to provide some help from what I learned.
User Text Input objects can of course place the input into a variable. With some OpusScript code, that same "box" can display text updated by a variable.
AND ALSO... it is very convenient to have a separate normal Text Object to display text and words as they are being updated. If you had for example 3 Text Input objects... going to variable01, variable02, variable03 --- then that normal Text Box could display a 'mix' of static text and the variables.
For example:
Quote:
Your guess for the city is <variable01>, and your estimate of drive time was <variable02>. You said the purpose for the trip was <variable03>.
As you probably know already, you use Right-click on the Text Object and select "Insert Variable" to place these within other static text (or alone without static text).
Do a Search on the Forum. (e.g., text input)
Here is something that may help... has attached a great Sample .imp file from Mackavi and then there are some refinements to the scripting I found very useful, thanks to Opuslover.
viewtopic.php?t=2688&highlight=text+input
As for the special formatting and bolding, you might look up 'length' as a function and also as that applies to properties... perhaps using Arrays. Do a Search on array or arrays, plus whatever other keywords come to mind.
Good luck.