Custom request and Virtual Currency

Hey everybody,

ive got a question concerning custom commands: im streaming World of Tanks and i would like to give my viewers the opportunity to request specific tanks via a command (for example: !tank Sherman). Is that possible with Wizebot? And is it possible to bind these requests to the virtual currency? So that everytime a viewer uses that command, it costs him 100 VC.

Thanks for the answers in advance!

Goeppi

Hello,
You can define a mandatory VC sum in the execution of a custom command from the creation page:

https://wizebot.tv/panel/?p=bot_configuration_commands

To be able to return an argument, you can use the tag $arg(1,false,true) (Example: $(nick) choice $arg (1,false,true)).

The “false,true” makes it mandatory to have at least one argument after the command (!tank arg1).

2 Likes

This post has been closed. Please contact a moderator if you have questions!