Help with making a macro cycle two different things

Edit: Just realized I could be in the wrong forum. This is for classic.
Very layman when it comes to this, but I understand a bit. I currently have two macros.

#showtooltip
/equipslot 13 Carrot on a Stick
/equip Chieftain’s Boots of the Monkey
/use Unpainted Mechanostrider


#showtooltip
/dismount
/equipslot 13 Mark of the Chosen
/equipslot 14 Cold Basilisk Eye

What I’m trying to figure out right now is how to make these not seperate keybinds, but make them into one and make them cycle between the two. Is that possible within the rules of the ingame macro system? Thanks.

#showtooltip
/equipslot [mounted] 13 Mark of the Chosen; 13 Carrot on a Stick
/equipslot [mounted] 14 Cold Basilisk Eye
/equip [nomounted] Chieftain’s Boots of the Monkey
/use Unpainted Mechanostrider
1 Like

Thanks, so “;” is what I was looking for then to cycle things.

Sort of? ; essentially functions like ELSE in programming.

1 Like