ssod

<unsetglobal> — Remove Global Flag

The <unsetglobal> tag is used to remove a globally set game flag that affects all players. This tag should be used with extreme caution, as global flags represent world-level state — not personal state. Once removed, the global state is gone for everyone, not just the current player.

Syntax:

<unsetglobal FLAGNAME>

Behaviour:

Example:

<unsetglobal DARKNESSCURSE>

This removes the global flag darknesscurse, potentially undoing a previous global event — such as ending an extended eclipse or curse affecting all towns.

Warnings and Best Practices:

Use with extreme discretion.