Yes, I was wanting to call it from a global variable on a timed event where I run a target channel via that, and if the channel was offline, send a message to the channel of the hoster to unhost.

Example
I host MANvsGAME and he keeps streaming.
My script runs and checks to see if he's offline or not.
He eventually goes offline and my scripts reads as so.
I have it where I can checks the channel just fine.
My issue is needing to send the message to my channel from the variable.

Global variables would be
%hostChan.#fonic_artes #fonic_artes
%hostTarget.#fonic_artes manvsgame

It can call %hostTarget.#fonic_artes fine, but I'm not entirely sure on how to make it call %hostChan.#fonic_artes to send the unhost message.

That's what I just need a little help with to get into the right direction. I can then just make it work in a way to unset only the variables of that channel.