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 Switch Profile Action saves the current state and loads a different character profile.

Configuration

profileId
String
required
ID of the profile to switch to.
successMessage
String
Message sent on successful switch.
failureMessage
String
default:"Impossible..."
Message sent if the switch fails (e.g. profile not found).
action:
  type: switch_profile_action
  profileId: "%target_profile_id%"