ssod

<pick> Tag — Mutually Exclusive Free Item Choices

The <pick> tag allows the player to choose one free item from a list of mutually exclusive options.
You may include multiple <pick> tags in the same paragraph, but the player can only select one of them.
Once any <pick> link is chosen, the others are disabled for that player.

This tag is commonly used in situations where the player is offered a selection of tools, weapons, or boons —
e.g. “You may pick one of the following.”

Example Usage

You find a stash of items hidden beneath the floorboards. You may take one:

<pick name="Short Sword" value="W3">
<pick name="Leather Armour" value="A2">
<pick name="Healing Potion" value="ST+5">