Receives multiple events


## Description

This is useful when you want to allow an downstream node to be triggered by multiple possible events


## Parameters

<table>
<thead>
	<tr>
		<th>Name</th>
		<th>Type</th>
		<th>Description</th>
	</tr>
</thead>
<tr>
	<td>active</td>
	<td><div class='bg-emerald-800 px-2 py-px text-white rounded-sm'>boolean</div></td>
	<td>toggle on to ensure events are transfered</td>
</tr>
<tr>
	<td>inputsCount</td>
	<td><div class='bg-orange-800 px-2 py-px text-white rounded-sm'>integer</div></td>
	<td>number of possible events</td>
</tr>
</table>