Deep Bot - Twitch Streamer Assistant
Deep Bot => Help/Support => Topic started by: SliqKilla on August 09, 2015, 10:40:05 AM
-
the !add points option is reserved for level 2mods, but all the mods on my channel are only level 1, so i made a command with command chaining that executes "!add 100 all" by deepbot. This works fine, as long as it is "ALL".
Is there a way to create a command with a command chaining string "!add 100 @target@" by entering for example "!youwin xxuser" ?
I have tried this and the message accepts @target@ with a response " Congrats xxuser you win 100 points", but the command chaining does not allocate the points.
please advise.
-
To make them mod level 2, just go to user database tab > Right Click the user > Edit user > Set mod level 2
-
i dont want to make them level 2.
the question was , is it possible to use @TARGET@ with command chaining?
ie: "!add 100 @target@"
-
You could try this:
(http://emrerocky.com/u/i/3U30815.png)
And the command to run in chat would be : !add_points (amount) (user)
-
ok thanks for your response... i guess that would work alternatively.
Perhaps i am not explaining it right... here is what i am trying but the "command chaining" does not execute !add points @target@
(https://i.gyazo.com/17bd7a11578557fec2cc8f1e12ca83c3.png)
-
You gotta make another command, add command doesn't work in chaining. Command chaining runs another command from the other channel commands.
So make an ew command called like !youwin2 and put that in the command chaining box, and then put the !add 200 @target@ in there.
-
So what I am trying to do with this is allow a mod to do;
!give @user@ gives @target@ x amount of @pointsname@ So I am stuck on the x amount of points part.
-
!give is already built in. Why do you need to make a command for it?