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