ssod

<tempset> Tag — Temporary Flag Setter

The <tempset> tag is used to temporarily set a state flag on a player for a given duration. This is useful when you want an effect, access condition, or game state to persist only for a limited amount of real-world time.


🔧 Syntax

<tempset duration flagname>

✅ Example

<tempset 3600 cursed_mark>

This would apply the temporary flag cursed_mark to the player, lasting for one hour (3600 seconds).


🧠 Use Cases


📌 Notes


🏆 Achievement Integration

When a flag is applied, the system will automatically check for any relevant achievements using the flag’s name.


⚠️ Tips for Authors