add ability to hide quests based on game player count

This commit is contained in:
Martin Michelsen
2023-12-16 11:20:56 -08:00
parent a9afab9717
commit 81af488e26
16 changed files with 320 additions and 134 deletions
+1 -1
View File
@@ -1,3 +1,3 @@
{
"AvailableIf": "F_0073",
"AvailableIf": "F_0073 && (V_NumPlayers == 1)",
}
+3
View File
@@ -0,0 +1,3 @@
{
"AvailableIf": "V_NumPlayers == 1",
}