Addboard¶
Add a BoardQuest to the open board.
Syntax¶
|addboard,quest|
Parameters¶
quest
: int | string¶
The BoardQuest id or its enum value's string representation to add to the open board. The int form must be a valid BoardQuest and the string form must be a value BoardQuest enum value or an exception will be thrown.
Remarks¶
This command is unused under normal gameplay, but remains functional.