Update story grotto kueche outro
parent
8321b89e0c
commit
99d1d4897f
|
@ -1194,9 +1194,8 @@ Tree("32_Grotto_Kueche_Parmigiano") {
|
||||||
BTC.Run("AudioSource.AUDIO.Kueche12ZusammenKo")
|
BTC.Run("AudioSource.AUDIO.Kueche12ZusammenKo")
|
||||||
|
|
||||||
// --- Kueche - Outro ---
|
// --- Kueche - Outro ---
|
||||||
BTC.Run("AudioSource.AUDIO.Kueche1GOutro")
|
BTC.Run("AudioSource.AUDIO.KuecheOutro1")
|
||||||
BTC.SynthesizeText("Ich bin Giuseppe, Francescas Grossonkel. Und wer bist du?")
|
BTC.Run("AudioSource.AUDIO.KuecheOutro2")
|
||||||
BTC.SpeechOutputEnded()
|
|
||||||
|
|
||||||
// Name sagen
|
// Name sagen
|
||||||
BTC.AddPossbileSpeechIntent("Kueche.Outro.4")
|
BTC.AddPossbileSpeechIntent("Kueche.Outro.4")
|
||||||
|
@ -1217,12 +1216,6 @@ Tree("32_Grotto_Kueche_Parmigiano") {
|
||||||
// -- Selector 2: Intent nicht erkannt
|
// -- Selector 2: Intent nicht erkannt
|
||||||
Composite(Sequence) {
|
Composite(Sequence) {
|
||||||
BTC.ClearPossbileSpeechIntents()
|
BTC.ClearPossbileSpeechIntents()
|
||||||
|
|
||||||
// Fallback Button
|
|
||||||
BTC.Set("TextMeshPro.GO.Option1Button", "text", "Mein Name ist User.")
|
|
||||||
BTC.Show("GO.GO.Option1Button")
|
|
||||||
BTC.Run("NamedEventTrigger.GO.Option1Button")
|
|
||||||
BTC.Hide("GO.GO.Option1Button")
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -1237,8 +1230,8 @@ Tree("32_Grotto_Kueche_Parmigiano") {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
BTC.Run("AudioSource.AUDIO.Kueche3GOutro")
|
BTC.Run("AudioSource.AUDIO.KuecheOutro7")
|
||||||
BTC.Run("AudioSource.AUDIO.Kueche2GOutro")
|
BTC.Run("AudioSource.AUDIO.KuecheOutro8")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -1252,7 +1245,7 @@ Tree("32_Grotto_Im_Grotto_Essen_Intro") {
|
||||||
BTC.Run("StudioEventEmitter.STATIC.KuechenAmbi")
|
BTC.Run("StudioEventEmitter.STATIC.KuechenAmbi")
|
||||||
BTC.Run("StudioEventEmitter.AUDIO.Ambi2D")
|
BTC.Run("StudioEventEmitter.AUDIO.Ambi2D")
|
||||||
BTC.StopSound("StudioEventEmitter.STATIC.Ambi3D")
|
BTC.StopSound("StudioEventEmitter.STATIC.Ambi3D")
|
||||||
BTC.StopSound("StudioEventEmitter.STATIC.HerdplatteAnstelle")
|
//BTC.StopSound("StudioEventEmitter.STATIC.HerdplatteAnstelle")
|
||||||
BTC.StopSound("StudioEventEmitter.INTERACTABLES.Abloeschen")
|
BTC.StopSound("StudioEventEmitter.INTERACTABLES.Abloeschen")
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
File diff suppressed because it is too large
Load Diff
|
@ -205,13 +205,8 @@
|
||||||
"intentSentences": [
|
"intentSentences": [
|
||||||
"Mi chiamo xy.",
|
"Mi chiamo xy.",
|
||||||
"Sono xy.",
|
"Sono xy.",
|
||||||
"xy."
|
"xy.",
|
||||||
]
|
"Il mio nome \u00e8 xy."
|
||||||
},
|
|
||||||
{
|
|
||||||
"intentID": "Kueche.Outro.5",
|
|
||||||
"intentSentences": [
|
|
||||||
"Il mio nome \u00e8 xy"
|
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue