Game (functions)/Dungeons
From PMDOWiki
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 |
