Hi, I have recently setup a user parameter with as follows:
UserParameter=entity.command_for_param[*],<command>
What I currently have is a single trigger with a group of very similar conditional expressions:
{entity.command_for_param[1].last(0)}=0|{entity.command_for_param[2].last(0)}=0|{entity.command_for_param[3].last(0)}=0|{entity.command_for_param[4].last(0)}=0|{entity.command_for_param[5].last(0)}=0
Is there a way to create a generic trigger, like below?
{entity.command_for_param[*].last(0)}=0
UserParameter=entity.command_for_param[*],<command>
What I currently have is a single trigger with a group of very similar conditional expressions:
{entity.command_for_param[1].last(0)}=0|{entity.command_for_param[2].last(0)}=0|{entity.command_for_param[3].last(0)}=0|{entity.command_for_param[4].last(0)}=0|{entity.command_for_param[5].last(0)}=0
Is there a way to create a generic trigger, like below?
{entity.command_for_param[*].last(0)}=0