Hi!
I've created a GUI with 4 different Text Boxes for the player to fill in.
Each Text Box has, of course, it's own Name for the scripting part : tbText01, tbText02, etc.
And then I'll create a Variable like Text01 = tbText01.Text; for each one.
And then I'll have that NPC be like cNPC.Say ("OK listen, %s.", Text01);
Now, when the GUI shows up and I start to type text in one of the Text Boxes, all 4 of them are filled in at the same time with the same text.
How can I make it so that every Text Box can be filled in with it's own text (The player selects a Text Box and starts typing the text just for that Text Box) ?
Any ideas?
Thx!

I've created a GUI with 4 different Text Boxes for the player to fill in.
Each Text Box has, of course, it's own Name for the scripting part : tbText01, tbText02, etc.
And then I'll create a Variable like Text01 = tbText01.Text; for each one.
And then I'll have that NPC be like cNPC.Say ("OK listen, %s.", Text01);
Now, when the GUI shows up and I start to type text in one of the Text Boxes, all 4 of them are filled in at the same time with the same text.
How can I make it so that every Text Box can be filled in with it's own text (The player selects a Text Box and starts typing the text just for that Text Box) ?
Any ideas?
Thx!
