I feel like there must be some simple method and I'm missing it (as usual). What I want is something like this:
Grazing is an action applying to nothing.
Understand "graze" as grazing.
Instead of grazing, say "You eat an onion." then "You nibble a carrot." then "You consume a turnip." then "You chomp a bagel."
I know the programming syntax would look nothing like that, but I wrote it like that to convey the idea. After "You chomp a bagel." is displayed, then it should loop back and say "You eat an onion." and continue to loop indefinitely whenever the player uses the "graze" command. In that specific order: onion, carrot, turnip, bagel. Over and over.