Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.borntocraftstudio.net/llms.txt

Use this file to discover all available pages before exploring further.

The Create Profile Action programmatically creates a new character profile for the player.

Configuration

profileName
String
default:"New Profile"
Name for the new profile.
switchToNew
Boolean
default:"false"
Whether to immediately switch to the new profile after creation.
action:
  type: create_profile_action
  profileName: "Hero's Journey"
  switchToNew: true