Bug - Not A Bug Repeat counter for "play random; repeat 15" always on repetition 1

r16152. When I use "play random; repeat 15" in the gCLI, every combat or choice result is followed by "Repetition 1 of 15...". The repetition of the command ends when I get the message "You don't have enough draws left from the deck to do that today". I had not used the deck yet before initiating this.

I haven't used this technique much - is this expected? Am I using it wrong?

Hmm - I should have used "repeat 14", but that doesn't explain the counter.
 

Magus_Prime

Well-known member
Yes. It's post 66 in the thread for the item. The following works:
Code:
play random
repeat 14

The commands cannot be on the same line.
 
Oh, I see now - that's the post (66) that says this behavior might be worth a bug report ;-) I remember reading that, thinking it'll be addressed at some point.

Starting at post 62, it looks like putting it on the same line did work - ? Anyway, thanks for clarifying usage.
 
Top