: The NPC Distribution & Beauty Standards menu allows you to set how the game automatically generates the population's attractiveness and body types.

: As of v4.0, you can use the Real Face Import feature to generate characters based on real photos of yourself or celebrities.

Below is an example of a simple (a "Social Invitation" scene) that uses standard syntax to generate a new character and trigger an interaction: Example Feature: "The Random Coffee Invite"

If you are looking to build more complex features, you can utilize these existing game systems:

: Use GeneratePerson(preset1, preset2) to create characters with specific traits like bodybuilder , easterneuropean , or fitness_model .

This script snippet demonstrates how to generate a temporary person and initiate a choice-based scene.

: For full guides on creating actions, presets, and scenes, refer to the LifePlay Wiki Modding Guides or the Docs/Modding folder in your game directory.