Game (functions)/Dungeons
From PMDOWiki
GAME:GetDailySeed
Gets the random seed for the current adventure.
Returns
The current adventure's seed.
GAME:UnlockDungeon(System.String)
Unlocks a specified dungeon.
Arguments
dungeonid: ID of the dungeon to unlock.
GAME:DungeonUnlocked(System.String)
Checks if a dungeon is unlocked.
Arguments
dungeonid: ID of the dungeon to check
Returns
True if unlocked, false otherwise.
