I want to allow the player to decide the name of the combatant they control, but I have no idea how to do it.
Is there a node in Schematics that allows the player to input text using the keyboard?
Also, if keyboard input is possible, how can I reflect that input as the name of the combatant?
It seems that the Set Combatant Name node does not accept variable input.
Should get you what you're looking for. Basically you use a the value input node to get the name and store it in a variable, then click the drop down of Value next to the Name field in Set Combatant Name and change it to String Variable.
The Value Input Dialogue node no longer exists.
Instead there is a Value Option Dialogue node.
I tried using that to input from the keyboard.
However, although a dialogue for inputting text appears and I can input text, it doesn't go any further than that.
I still don't have a clue how to do this.
I think a more detailed explanation is needed.
I tried using the Value Option Dialogue to modify the UI box and checked various things, but although I can type with the keyboard, I cannot proceed further.
All I can do is type letters with the keyboard.
In the conversation dialogue, I can proceed further by pressing the Enter key or similar.
What exactly am I missing?
Try adding an Accept input to your Value Option Dialogue, which you can select and accept with enter.
If you're enjoying my products, updates and support, please consider supporting me on patreon.com!
After adding an input item to the Value Option Dialogue node, I was able to proceed by pressing the OK button. However, pressing the Enter key does not function as the Accept key.
More importantly, I am stuck because the name I entered is not being reflected in the combatant's name. I have tried various combinations of the Value Option Dialogue node, Set Combatant Name node, and JoinGroup node, but the initial name does not change.
I set a String Variable in the Value Option Dialogue and then assigned the same String Variable to the Name field in the following Set Combatant Name node. (Basically, I followed the method that was taught earlier.)
How can I add the character with the assigned name to the party?
To change the name of the combatant it first has to exist, i.e. in your case, join the player group.
If you're enjoying my products, updates and support, please consider supporting me on patreon.com!