ssod

<LINK> Tag Documentation

The <LINK> tag is used to create a clickable choice that navigates the player to a different paragraph or location within the game.


Syntax

<LINK=destination_id,Optional Button Text>

Behaviour


Example

You stand before a fork in the road.

Go left, <LINK=1024,Take the left path> or
go right <LINK=2048,Take the right path>

This renders for the player as:

Text content:
You stand before a fork in the road. Go left ⃣  or go right  ⃣

Two buttons will be added below the content:
1️⃣ Take the left path  
2️⃣ Take the right path

Notes for Content Authors


Best Practices