Open Awkewainze opened 5 years ago
Option 1: Be able to repeat current command, i.e. $repeat 5 $meme // Repeats $meme command 5 times Option 2: Be able to repeat previous command, i.e. $meme $repeat 5 // Do meme command, then repeat previous command 5 times
$repeat 5 $meme
$meme
$repeat 5
Both?
Option 1: Be able to repeat current command, i.e.
$repeat 5 $meme
// Repeats $meme command 5 times Option 2: Be able to repeat previous command, i.e.$meme
$repeat 5
// Do meme command, then repeat previous command 5 timesBoth?