Skip to main content

dungeon_enter

Dungeon Enter — misc entry.

Entry Information

PropertyValue
Entry IDdungeon_enter
TypeMisc
ColorBlue
Iconfa6-solid:door-open

Description

Action/command allowing players to enter a dungeon instance.

Fields

FieldTypeDescription
dungeonInstanceRef<DungeonInstanceEntry>Target dungeon instance to enter
joinMessageVar<String>Message shown when joining the dungeon
maxReachedMessageVar<String>Message shown when no slots are available
errorMessageVar<String>Message shown when the dungeon cannot be entered

Usage Example

- entry: dungeon_enter
name: "Dungeon Enter"
dungeonInstance: ""
joinMessage: ""
maxReachedMessage: ""
errorMessage: ""