Profile Facts
Facts allow you to check the status of a player's profiles.
Fact Types
| Type | Description |
|---|---|
profile_count_fact | Returns integer count of owned profiles. |
has_active_profile_fact | Returns 1 if a profile is loaded, 0 otherwise. |
max_profiles_fact | Returns maximum allowed slots (permission-based). |
can_create_profile_fact | Returns 1 if current count \< max limit. |
profiles_enabled_fact | Returns 1 if the system is globally enabled. |
Is Profile Active
Type: is_profile_active_fact
Returns 1 if the checked profileId matches the player's current active profile.
profileId — String
The ID to check against.