<pop>
TagThe <pop>
tag allows you to create a link that returns the player to the most recently pushed location in their navigation stack. This is useful when you’ve previously used a <push>
tag to temporarily divert the player to a side scene, like a shop, sub-choice, or cutscene, and now want to let them return cleanly.
<pop>
This tag has no attributes and is self-closing.
<push>
was used earlier.You've browsed the merchant's wares long enough.
<pop>
This would render:
Return 🡒 (button)
<push>
— Save the current location onto the player’s navigation stack.