ssod

<test> Tag

The <test> tag is used to initiate a stat-based skill check against the player’s current attributes. The outcome is determined automatically (no input from the player is required) and can be used to branch outcomes via paired <AUTOLINK> tags.

🔍 Syntax

<test luck>
<test stamina>
<test skill>
<test speed>
<test exp>

Each of these will perform a test against the relevant stat. Only one stat may be tested per <test> tag.


🎲 Test Mechanics

Only one of the two will be enabled.


🧪 Luck is Finite!

Luck tests consume 1 point of Luck each time they are performed.
A player’s luck can (and will) run out — both literally and narratively. Use these sparingly if you want to avoid punishing players.


✅ Use With

📌 Example

<test luck>
Were you lucky <AUTOLINK=1543> <!-- Success -->
Or unlucky <AUTOLINK=1544> <!-- Failure -->

🛑 Do Not


🧠 Tip for Authors

Testing stats like speed, stamina, or experience can reflect more than raw numbers — consider using them to gate events that represent difficulty, knowledge, or endurance.