add event conditions in quest visibility

This commit is contained in:
Martin Michelsen
2024-01-30 20:57:09 -08:00
parent 7aa05f39e2
commit 340fbb8ca5
9 changed files with 47 additions and 9 deletions
+3
View File
@@ -0,0 +1,3 @@
{
"AvailableIf": "V_Event == 3",
}
+3
View File
@@ -0,0 +1,3 @@
{
"AvailableIf": "V_Event == 9",
}
+3
View File
@@ -0,0 +1,3 @@
{
"AvailableIf": "V_Event == 5",
}
+1 -1
View File
@@ -1,3 +1,3 @@
{
"AvailableIf": "V_NumPlayers == 1",
"AvailableIf": "V_NumPlayers == 1 && V_Event == 1",
}