Skip to main content
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%"