Hello everyone,
For fun I am currently trying to implant a command that TO the one that is using it at the same time as it times out the person tagged with the command.
Separatly, I wrote them like this:
"
$twitch_action(timeout,$arg(1),10)
$twitch_action(timeout,$(nick),10)
"
A text is also added at the end displaying the name of the personn timed out. But it doesn’t really matter.
I would like to read those two action in the same command unfortunately from what I read online, only one argument can be used for the timeout twitch action. Something like that doesn’t work:
" $twitch_action(timeout,$arg(1),$arg(1)$(nick),10) "
And I couldn’t make two action work on the same line (same command).
If anyone as any tips or advice to make this work, I would gladly appreciate some help on this
Thanks !