clarify comments in b88001.json
This commit is contained in:
@@ -61,17 +61,18 @@
|
|||||||
// progress. Note that this will likely not work properly unless the quest
|
// progress. Note that this will likely not work properly unless the quest
|
||||||
// script is designed to support joining players.
|
// script is designed to support joining players.
|
||||||
// "Joinable": true,
|
// "Joinable": true,
|
||||||
|
|
||||||
// If a quest is joinable and this field is specified, then setting this
|
// If a quest is joinable and this field is specified, then setting this
|
||||||
// register to a nonzero value via the sync_register opcode will cause the
|
// register to a nonzero value via the sync_register opcode will cause the
|
||||||
// game to be locked and not allow any further joins. The register may be
|
// game to be locked and not allow any further joins. If the register is set
|
||||||
// set to to zero to allow joins again. This field is ignored for quests
|
// to zero again, joining will be allowed again. This field is ignored for
|
||||||
// that do not have the Joinable otion set above.
|
// quests that do not have the Joinable option set above.
|
||||||
// "LockStatusRegister": 249,
|
// "LockStatusRegister": 249,
|
||||||
|
|
||||||
// Normally, the $quest command requires $debug to be enabled, but if this
|
// 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,
|
// 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
|
// if there are no other players present in the game. When a quest is loaded
|
||||||
// is loaded via $quest, AvailableIf and EnabledIf are not checked, so it's
|
// via $quest, AvailableIf and EnabledIf are not checked, so it's inadvisable
|
||||||
// inadvisable to set this to true if either of those fields are also used.
|
// to use this option if either of those options are also used.
|
||||||
// "AllowStartFromChatCommand": true,
|
// "AllowStartFromChatCommand": true,
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user