[[make a new guy|guy]] [[build a last name|last-name]]{ (set: $first_name to "Phyllis") (set: $last_name_prefix to "") (set: $last_name_main to "Sawyer") (set: $last_name_suffix to "") (set: $first_names to (a: "Robert", "John", "James", "William", "Charles", "George", "Joseph", "Richard", "Edward", "Donald", "Thomas", "Frank", "Harold", "Paul", "Raymond", "Walter", "Jack", "Henry", "Kenneth", "Arthur", "Kimbrough", "Albert", "David", "Harry", "Eugene", "Ralph", "Mary", "Dorothy", "Helen", "Betty", "Margaret", "Ruth", "Virginia", "Doris", "Mildred", "Frances", "Elizabeth", "Evelyn", "Anna", "Marie", "Alice", "Jean", "Shirley", "Barbara", "Irene", "Marjorie", "Florence", "Lois", "Martha", "Rose", "Liliam", "Louise" )) (set: $last_names to (a: "Rapp", "Adler", "Baker", "Bouche", "Brock", "Collins", "Hammermeister", "Merrick", "Gray", "Manse", "Hayes", "Boudica", "Hastings", "Warner", "Webber", "Patterson", "Porter", "Smith", "Brown", "Carney", "Donald", "Graw", "Simmons", "Ripley" )) (set: $last_name_prefixes to (a: "al ", "du ", "Fitz", "Mc", "Mac", "van ", "de ", "von ", "de la " )) (set: $last_name_mains to (a: "Cart", "Black", "Bone", "Hill", "Rapp", "Adler", "Baker", "Bouche", "Brock", "Collins", "Hammermeister", "Merrick", "Gray", "Manse", "Hayes", "Boudica", "Hastings", "Warner", "Webber", "Patter", "Porter", "Smith", "Brown", "Carney", "Donald", "Graw", "Simmons", "Ripley" )) (set: $last_name_suffixes to (a: "a", "ya", "ac", "ach", "aei", "ak", "al", "an", "and", "ange", "ani", "ano", "ant", "anu", "appa", "as", "au", "cki", "ski", "cock", "dan", "din", "dzki", "ec", "ee", "eault", "eau", "son", "ich", "ing", "er", "smith", "wright", "meister" )) }{ (set: $first_name to (shuffled: ...$first_names)'s 1st) (set: $last_name_main to (shuffled: ...$last_names)'s 1st) (go-to: "generate") }[[get a new last name|new-last]] [[get a new prefix|new-last-pre]] [[remove prefix|remove-pre]] [[get a new suffix|new-last-suf]] [[remove suffix|remove-suf]] [[make a new guy|guy]]{ (set: $last_name_main to (shuffled: ...$last_name_mains)'s 1st ) (go-to: "last-name") }{ (set: $last_name_prefix to (shuffled: ...$last_name_prefixes)'s 1st ) (go-to: "last-name") }{ (set: $last_name_suffix to (shuffled: ...$last_name_suffixes)'s 1st ) (go-to: "last-name") }{ (set: $last_name_prefix to "") (go-to: "last-name") }{ (set: $last_name_suffix to "") (go-to: "last-name") }your current guy is: $first_name $last_name_prefix$last_name_main$last_name_suffix