Skip to content

Commit

Permalink
Update center.json
Browse files Browse the repository at this point in the history
  • Loading branch information
cosmo-ray committed Sep 17, 2023
1 parent 05ae6ba commit 78a079a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions vn-scene/center.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,22 +49,22 @@
"Center High bar": {
"texts": [
{
"text": "DIALOG TODO",
"text": "(ask questions about the missing guy from your school)",
"condition": [">", "phq.quests.prot_club_bb", -1]
},
{
"text": "AFTER QUEST DIALOG TODO"
"text": "Central School Bar, nothing to do here"
}
],
"answers":
[
{
"text": "DIALOG TODO, GOTO BASEMENT",
"text": "(find out he might be in the bar basement, go there)",
"condition": [">", "phq.quests.prot_club_bb", -1],
"action": ["phq.changeScene", "bar_basement", 0]
},
{
"text": "AFTER QUEST DIALOG TODO",
"text": "leave",
"condition": [">", "phq.quests.prot_club_bb", 1],
"action": [ "Dialogue:goto", "in" ]
}
Expand Down

0 comments on commit 78a079a

Please sign in to comment.