Game (functions)/Dungeons

From PMDOWiki
Revision as of 00:05, 18 January 2026 by Imbion (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

GetDailySeed

Returns the random seed for the current adventure.

UnlockDungeon

Unlocks the specified dungeon. Argument order is GAME:UnlockDungeon(dunID).

Arguments

Name Type Technical Type Purpose
dunID String System.String ID of the dungeon to unlock

DungeonUnlocked

Returns true if the specified dungeon is unlocked, false if not. Argument order is GAME:DungeonUnlocked(dunID).

Arguments

Name Type Technical Type Purpose
dunID String System.String ID of the dungeon to check