Prints a message to the console or a popup.


## Description

This can be useful to debug events



## Parameters

<table>
<thead>
	<tr>
		<th>Name</th>
		<th>Type</th>
		<th>Description</th>
	</tr>
</thead>
<tr>
	<td>alert</td>
	<td><div class='bg-emerald-800 px-2 py-px text-white rounded-sm'>boolean</div></td>
	<td>toggle on for the message to be displayed in a popup</td>
</tr>
<tr>
	<td>console</td>
	<td><div class='bg-emerald-800 px-2 py-px text-white rounded-sm'>boolean</div></td>
	<td>toggle on for the message to be printed in the console</td>
</tr>
</table>