Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Know-All-Ogist

Pages: [1]
1
Help/Support / Re: Help with multiple @exec@ in one command
« on: January 26, 2017, 10:02:24 AM »
i ended up having to have my streamer remove the _na from all the commands, and it worked flawlessly. ty for the help

2
Help/Support / Re: Help with multiple @exec@ in one command
« on: January 23, 2017, 04:23:44 AM »
no i have never been able to get @exec@ to work with ANY amount of embedded commands. Any time I have used that variable it changes itself from @exec@ to @exec_na@ and doesnt  work.

3
Help/Support / Re: Help with multiple @exec@ in one command
« on: January 23, 2017, 01:55:33 AM »
also looking at my logs it shows that the command @exec@ is returning as @exec_na@.
any help would be appreciated

4
Help/Support / Help with multiple @exec@ in one command
« on: January 21, 2017, 12:13:02 PM »
I am a mod for a streamer, and we are setting up a rules command, that when the !rules command is used it will execute 11 other commands in sequence every seconds for 11 seconds.
here is what i have so far.
Code: [Select]
!rules @exec@[1,!rules1] @exec@[2,!rules2] @exec@[3,!rules3] @exec@[4,!rules] @exec@[5,!rules5] @exec@[6,!rules6] @exec@[7,!rules7] @exec@[8,!rules8] @exec@[9,!rules9] @exec@[10,!rules10] @exec@[11,!rules11]

And we have already made the commands for the rules commands !rules1-!rules11.

When I run the !rules command absolutely nothing happens.
Am i missing something

Pages: [1]