Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
W
WorkAdventure Dialogs
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Container registry
Model registry
Monitor
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
FS Info TU Dortmund
Events
WorkAdventure Dialogs
Commits
a1aac68b
Commit
a1aac68b
authored
4 years ago
by
Jonas Zohren
Browse files
Options
Downloads
Patches
Plain Diff
Make hans react to carrying wastebag
parent
05a51491
No related branches found
No related tags found
No related merge requests found
Pipeline
#17072
passed
4 years ago
Stage: deploy
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
public/dialogs/hans.json
+34
-3
34 additions, 3 deletions
public/dialogs/hans.json
with
34 additions
and
3 deletions
public/dialogs/hans.json
+
34
−
3
View file @
a1aac68b
...
@@ -9,23 +9,50 @@
...
@@ -9,23 +9,50 @@
"options"
:
[
"options"
:
[
{
{
"text"
:
"Stehen sie öfter in Kellern herum, wenn ihnen langweilig ist? "
,
"text"
:
"Stehen sie öfter in Kellern herum, wenn ihnen langweilig ist? "
,
"forbiddenFacts"
:
[
"hans/madeFirstContact"
],
"forbiddenFacts"
:
[
"hans/madeFirstContact"
,
"kitchenWaste/carriesStinkingBag"
],
"linksToDialog"
:
"firstContact"
"linksToDialog"
:
"firstContact"
},
},
{
"text"
:
"Stehen sie öfter in Kellern herum, wenn ihnen langweilig ist? "
,
"forbiddenFacts"
:
[
"hans/madeFirstContact"
],
"requiredFacts"
:
[
"kitchenWaste/carriesStinkingBag"
],
"linksToDialog"
:
"firstContactButCarriesWaste"
},
{
{
"text"
:
"Darf ich ihnen meine Unterstützung anbieten?"
,
"text"
:
"Darf ich ihnen meine Unterstützung anbieten?"
,
"requiredFacts"
:
[
"hans/madeFirstContact"
],
"requiredFacts"
:
[
"hans/madeFirstContact"
],
"forbiddenFacts"
:
[
"hans/acceptedQuestToFindNewAlumniMembers"
],
"forbiddenFacts"
:
[
"hans/acceptedQuestToFindNewAlumniMembers"
,
"kitchenWaste/carriesStinkingBag"
],
"linksToDialog"
:
"offerToHelp"
"linksToDialog"
:
"offerToHelp"
},
},
{
"text"
:
"Hallo?"
,
"requiredFacts"
:
[
"hans/madeFirstContact"
,
"kitchenWaste/carriesStinkingBag"
],
"linksToDialog"
:
"kitchenBagResponse"
},
{
{
"text"
:
"Hallo Herr Decker!"
,
"text"
:
"Hallo Herr Decker!"
,
"requiredFacts"
:
[
"hans/acceptedQuestToFindNewAlumniMembers"
],
"requiredFacts"
:
[
"hans/acceptedQuestToFindNewAlumniMembers"
],
"forbiddenFacts"
:
[
"hans/completedQuestToFindNewAlumniMembers"
],
"forbiddenFacts"
:
[
"hans/completedQuestToFindNewAlumniMembers"
,
"kitchenWaste/carriesStinkingBag"
],
"linksToDialog"
:
"askForQuestStatus"
"linksToDialog"
:
"askForQuestStatus"
}
}
]
]
},
},
"kitchenBagResponse"
:
{
"text"
:
"Sie haben Nerven, mich mit ihrem Müllbeutel zu bedrängen. Weg damit!"
,
"options"
:
[]
},
"firstContact"
:
{
"firstContact"
:
{
"text"
:
"Oh, nett dass sie fragen. Ich habe hier mein Büro.
\n
Haben sie schon einmal darüber nachgedacht, bei den Alumni Mitglied zu werden? "
,
"text"
:
"Oh, nett dass sie fragen. Ich habe hier mein Büro.
\n
Haben sie schon einmal darüber nachgedacht, bei den Alumni Mitglied zu werden? "
,
"options"
:
[
"options"
:
[
...
@@ -68,6 +95,10 @@
...
@@ -68,6 +95,10 @@
}
}
]
]
},
},
"firstContactButCarriesWaste"
:
{
"text"
:
"Und laufen sie überall mit ihrem Müllbeutel herum? Herrgott, das stinkt ja vielleicht..."
,
"options"
:
[]
},
"offerToHelp"
:
{
"offerToHelp"
:
{
"text"
:
"Wenn sie wollen, gerne: Kennen sie vielleicht noch Leute, die Mitglied bei den Alumni werden wollen? "
,
"text"
:
"Wenn sie wollen, gerne: Kennen sie vielleicht noch Leute, die Mitglied bei den Alumni werden wollen? "
,
"options"
:
[
"options"
:
[
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment