© 2026 Hedgehog Software, LLC
Hooks.on('renderChatMessage', doSomething);
<script> function catchRolls(message, html) { console.log("catchRolls"); } function clickTargetButton() { contest.toggle(); console.log("isContest", $contest); Hooks.off("renderChatMessage", catchRolls); Hooks.on("renderChatMessage", catchRolls); } </script> <template> TargetButton(targetCallback="{clickTargetButton}")
Join the Discord to ask follow-up questions and connect with the community
219 Members