Custom game command advanced

Asked Apr 8, 2023·1 reply·Last activity 3 years ago·Open in Discord ↗
Archived from the original community forum
Things may have changed since it was written. Still stuck? Ask the community on Discord.

I mod for a streamer who plays in tournaments often with max game requirements after each game is over i type !setmatch which edits the command auto matically the code i use is ```
!addcom !setmatch -ul=mod -a=!editcom !match $(eval This is match ${$(count) % 8}/7}``` is it possible for that command to edit both !match and !game within the same command. for example streamer dies i type !setmatch and both game and match commands are edited to the next game

1 reply

Hey @Lanky Sheep!

Unfortunately, this isn't possible, a command can only have one alias, and that alias can't have an alias command, this is to prevent looping.