Is there a specific trigger for adding a textbox in-game? Or would it require Galaxy language coding? I want the player in my Zergomon map to be able to input the name of their Marine and Rival character.
There is a control type of c_triggerControlTypeEditBox. I have tried to use it, however it has not worked for me :(. If that doesn't work you can recreate one by creating a label, and detecting keystrokes and adding the letters typed to the label.
Rollback Post to RevisionRollBack
To post a comment, please login or register a new account.
Is there a specific trigger for adding a textbox in-game? Or would it require Galaxy language coding? I want the player in my Zergomon map to be able to input the name of their Marine and Rival character.
There is a control type of c_triggerControlTypeEditBox. I have tried to use it, however it has not worked for me :(. If that doesn't work you can recreate one by creating a label, and detecting keystrokes and adding the letters typed to the label.