ssod

<PAYLINK> Tag

The <PAYLINK> tag is used to create a navigation link that is only enabled if the player has enough gold to pay the specified cost. It is typically used for situations like:

This tag should not be used for buying items. For item purchases, use the <I> tag instead.


Syntax

<PAYLINK=gold_amount,destination_id>

Behaviour


Example

You approach the dockmaster.

<PAYLINK=10,781> 

If the player has 10 or more gold, a link button will be displayed to go to paragraph 781, and 10 gold will be deducted when it is clicked.

If not, the button will be disabled.


Notes


Visual Summary