dungeon_enter
Dungeon Enter — misc entry.
Entry Information
| Property | Value |
|---|---|
| Entry ID | dungeon_enter |
| Type | Misc |
| Color | Blue |
| Icon | fa6-solid:door-open |
Description
Action/command allowing players to enter a dungeon instance.
Fields
| Field | Type | Description |
|---|---|---|
dungeonInstance | Ref<DungeonInstanceEntry> | Target dungeon instance to enter |
joinMessage | Var<String> | Message shown when joining the dungeon |
maxReachedMessage | Var<String> | Message shown when no slots are available |
errorMessage | Var<String> | Message shown when the dungeon cannot be entered |
Usage Example
- entry: dungeon_enter
name: "Dungeon Enter"
dungeonInstance: ""
joinMessage: ""
maxReachedMessage: ""
errorMessage: ""