ssod

<drop> Tag Documentation

The <drop> tag is used to discard an item, spell, or herb from the player’s inventory in The Seven Spells of Destruction. This tag can appear in a paragraph and will remove the specified item from the player’s possession when encountered.

Syntax

<drop Item Name>

Behaviour

Example

<drop Rusty Sword>

This would discard the item “Rusty Sword” from the player’s inventory, spell list, or herb pouch, if present.

Notes

Implementation Details

In code, the tag extracts the item name, removes the closing angle bracket, and then performs the following:

It finally performs an achievement_check for the "DISCARD" achievement, with the item’s name as context.