select_faction
Checks the selected faction either from using a character creator or via /change_character
command
Format
select_faction
└─ faction
- Faction Id
Example
Triggers when the entity becomes pirate.
{
"trigger": "mineminenomi:select_faction",
"conditions": {
"faction": "mineminenomi:pirate"
}
}