For the names thing:
Copying from my game:
*if ((gender_parent = "female") or (gender_parent = "trans woman"))
*choice
#Abigail
*set parent_firstname "Abigail"
*goto parentlastnameinput
#Natsumi
*set parent_firstname "Natsumi"
*goto parentlastnameinput
#Pratima
*set parent_firstname "Pratima"
*goto parentlastnameinput
#Luiza
*set parent_firstname "Luiza"
*goto parentlastnameinput
#Sanaa
*set parent_firstname "Sanaa"
*goto parentlastnameinput
#No, it's...
*goto input_parent_firstname
*if ((gender_parent = "male") or (gender_parent = "trans man"))
*choice
#Makaio
*set parent_firstname "Makaio"
*goto parentlastnameinput
#Anit
*set parent_firstname "Anit"
*goto parentlastnameinput
#Henry
*set parent_firstname "Henry"
*goto parentlastnameinput
#Basim
*set parent_firstname "Basim"
*goto parentlastnameinput
#Felip
*set parent_firstname "Felip"
*goto parentlastnameinput
#No, it's...
*goto input_parent_firstname
*if (gender_parent = "other")
*choice
#Jun
*set parent_firstname "Jun"
*goto parentlastnameinput
#Reyes
*set parent_firstname "Reyes"
*goto parentlastnameinput
#Rashmi
*set parent_firstname "Rashmi"
*goto parentlastnameinput
#Maram
*set parent_firstname "Maram"
*goto parentlastnameinput
#Parker
*set parent_firstname "Parker"
*goto parentlastnameinput
#No, it's...
*goto input_parent_firstname
*label input_parent_firstname
*input_text parent_firstname
*gosub_scene sub_namecheck first_names_parent
*choice
#Yes.
*gosub_scene sub_namecheck double_name_check
*goto parentlastnameinput
#Ah, no.
*goto input_parent_firstname
Note: this one involves a subroutine:
*label first_names_parent
*if ("$!!{parent_firstname}" = "MARCUS")
Mhnn, you might meet someone with that name in your near future. Is that alright?
*return
*elseif ("$!!{parent_firstname}" = "FRANCIS")
Mhnn, you might meet someone with that name in your near future. Is that alright?
*return
*elseif ("$!!{parent_firstname}" = "TRUDIE")
Mhnn, you might meet someone with that name in your near future. Is that alright?
*return
*elseif ("$!!{parent_firstname}" = "IZZY")
Mhnn, you might meet someone with that name in your near future. Is that alright?
*return
*elseif ("$!!{parent_firstname}" = "VALENTINE")
Mhnn, you might meet someone with that name in your near future. Is that alright?
*return
*elseif ("$!!{parent_firstname}" = "IAN")
Mhnn, you might meet someone with that name in your near future. Is that alright?
*return
*elseif ("$!!{parent_firstname}" = "WINNIFRED")
Mhnn, you might meet someone with that name in your near future. Is that alright?
*return
*elseif ("$!!{parent_firstname}" = "WILLARD")
Mhnn, you might meet someone with that name in your near future. Is that alright?
*return
*elseif ("$!!{parent_firstname}" = "ARTHUR")
Mhnn, you might meet someone with that name in your near future. Is that alright?
*return
*elseif ("$!!{parent_firstname}" = "LESLEY")
Mhnn, you might meet someone with that name in your near future. Is that alright?
*return
*elseif ("$!!{parent_firstname}" = "JENNIFER")
Mhnn, you might meet someone with that name in your near future. Is that alright?
*return
*elseif ("$!!{parent_firstname}" = "KAMARIA")
Mhnn, you might meet someone with that name in your near future. Is that alright?
*return
*elseif ("$!!{parent_firstname}" = "GORDON")
Heh, really now?
*return
*elseif ("$!!{parent_firstname}" = "(several insults and slurs)")
That's crude and I can't let you do that.
*goto_scene startup input_parent_firstname
*else
"${parent_firstname}" Is that correct? [i](Please make sure of proper capitalization)[/i]
*return
Credits are done, if I understood it correctly by the team, based on the info you put in when submitting the game







