@BarryCarlyon
yes, in html I have:
<script src="./config.js"></script> <button onclick='handler()'>Test</button>
and in config.js:
function handler(){
twitch.rig.log(‘test’);
}
@BarryCarlyon
yes, in html I have:
<script src="./config.js"></script> <button onclick='handler()'>Test</button>
and in config.js:
function handler(){
twitch.rig.log(‘test’);
}