Wizebot command that TO multiple viewer at once

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 :slight_smile:

Thanks !

Hello,
Sorry for the wait :slight_smile:

Indeed, there’s a limitation that prevents you from executing several action tags on the same command (to avoid abuse).

We’ll see what can be done, and get back to you as soon as possible :slight_smile:

Hello,
The simultaneous limitation system was changed for $twitch_action tag.

You should be able to run several tags at the same time (up to 5/5s).

This topic was automatically closed 5 days after the last reply. New replies are no longer allowed.