Deep Bot - Twitch Streamer Assistant
Deep Bot => Help/Support => Topic started by: marzuco on August 30, 2016, 05:56:23 AM
-
I've seen this done so I know it can be, how ever I can't get the person who did it to respond so I resort to asking here.
I'm trying to pull the values the bot gives @randomuser@ & @rand@ from another command. I've tried doing @lookupinfo@ & either I'm doing it wrong or that's not the correct way.
Thank you in advance.
-
Would need to use @savefile@ to save the @randomuser@. Easiest way. :o
-
um.. no, it can work w/o that. anyone else
-
um.. no, it can work w/o that. anyone else
Depending on how you have it setup, you can probably chain !command2 @randomuser@, and in the second command use @target@[1].
-
If you're passing @randomuser@ between multiple commands the second command would need to use @target@ instead. The same would apply with any variables you're passing through
!test - !test2 @randomuser@
!test2 - Here is the random user selected @target@[1]
-
ok I got the user part working, but still not sure how to get the same @rand@[1|100] value to pull through. Here is what I got.
!random
!add @rand@[1|100] @randomuser@ @exec@[0,!plus @randomuser@
then !plus
@target@ has won @rand@[1|100]
-
!random - !add @rand@[1|100] @randomuser@ @exec@[0,!plus @randomuser@ @rand[1|100]]
!plus - @target@[1] has won @target@[2]
-
This works perfectly when I test on my streamer or mod accounts, but not for my non mod accounts. Please assist. TY
!hopping
@randomuser@ made a safe landing & earned some treats. @exec@[1,!plus @rand@[10|75] @randomuser@]
@randomuser@ landed poorly & lost some treats. @exec@[1,!loss @rand@[10|75] @randomuser@]
@randomuser@ ran away from home & was lost. @exec@[1,!timeout @randomuser@]
!plus
!add @rand@[10|75] @target@[2]
!loss
!remove @rand@[10|75] @target@[2]
-
You need to set the commands to "Run As" "User (Elevated Access)"