add option to allow $quest without $debug for certain quests
This commit is contained in:
@@ -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,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user