Skip to content

"Cycling Choices": Chapbook (v1.0.0)#

Summary#

Chapbook provides the {cycling link} modifier for creating a cycling link effect.

Example#

Download

Twee Code#

:: StoryTitle
Chapbook: Cycling Links

:: Start
This cycling link example remembers the choice made:
{cycling link for: 'hair', choices: ["Black", "Brown", "Blonde", "Red", "White"]}

This cycling-link example will disappear (show empty string) on its last choice:
{cycling link for: 'breakfast', choices: ["Two eggs", "One egg", ""]}

Twee Download