Adding name choices

So i originally had it where the player just imputs their own name but i decided i wanted to add names for certain coded reactions but im not sure how to do that and still have the imput name text option

I assume you mean you want the player to have a list of options to choose from and then a custom name option? You just have to do a regular *choice, set the name variable you created to the corresponding #option, and then add an #option that uses *input_text.

I highly recommend going over these links to get more familiar with Choicescript.

Question resolved!