select_style
Checks the selected fighting style either from using a character creator or via /change_character command
Format
select_style
└─ style - Fighting Style Id
Example
Triggers when the entity becomes brawler.
{
"trigger": "mineminenomi:select_style",
"conditions": {
"style": "mineminenomi:brawler"
}
}