add option to allow $quest without $debug for certain quests

This commit is contained in:
Martin Michelsen
2024-04-30 22:27:45 -07:00
parent 60f67fa791
commit f83822bba0
6 changed files with 41 additions and 7 deletions
+7
View File
@@ -67,4 +67,11 @@
// set to to zero to allow joins again. This field is ignored for quests
// that do not have the Joinable otion set above.
// "LockStatusRegister": 249,
// Normally, the $quest command requires $debug to be enabled, but if this
// option is set, this quest may be loaded via $quest even if $debug is off,
// but only if there are no other players present in the game. When a quest
// is loaded via $quest, AvailableIf and EnabledIf are not checked, so it's
// inadvisable to set this to true if either of those fields are also used.
// "AllowStartFromChatCommand": true,
}