Hello everybody this is my first post and question on the forum.
So this is the command I have:
Magic Avenger [1..9] [1..4] Check In
The result of course is being able to say "Magic Avenger (1-1 until 9-4) Check In.
What I like to do is make the part Avenger [1..9] [1..4] optional.
So this is what I thought I had to do:
Magic [Avenger;] [1..9;] [1..4
;] Check In
But this doesn't work, as soon as I enter the last (red) semicolon i get this notification:
Multipart commands cannot contain duplicate entries. Please remove any duplicate entries.So what's the way to go here?
Thanks in advance