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.
!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