[Tiptoi] Es wird nur ein Befehl ausgeführt
Gernot Frisch
gf at glbasic.com
Di Dez 21 22:18:08 CET 2021
Hallo,
jetzt laufen die ersten Tests zuverlässig. Ich habe aber ein Problem.
Bei jedem OID-Skript wird nur der ERSTE Befehl ausgeführt.
Mein Skript:
scripts:
sky:
# Beide spielen. Es fehlt das zweite '-'!
- P(play_Its_the_sky)
P(play_another_sound)
sailboat:
# Nur der erste spielt!
- P(play_sail_boat)
- P(play_another_sound)
grammy:
- $ifexp := 1 # Funktioniert!!
- $ifexp == 1 ? P(play_Grandmother) # Spielt NICHT
cat:
- $ifexp == 1 ? P(play_cat) # Funktioniert wie erwartet!
# --- Product ---
product-id: 950
comment: "my project"
media-path: "950-audio/%s"
welcome: welcome
init: $ifexp := 0
speak:
play_Its_the_sky: 'Its the sky'
play_another_sound: 'another sound'
play_sail_boat: 'sail boat'
play_cat: 'cat with condition'
scriptcodes:
sky: 12001
grammy: 12002
sailboat: 12003
cat: 4941
Noch eine Frage... Kann man zwischen USB-Stick und Spielbetrieb
wechseln, ohne den USB-Stecker immer an- und abzustecken?
Danke,
-Gernot
-------------- nächster Teil --------------
Ein Dateianhang mit HTML-Daten wurde abgetrennt...
URL: <https://lists.nomeata.de/pipermail/tiptoi/attachments/20211221/cc3b5a90/attachment.htm>
-------------- nächster Teil --------------
scripts:
sky:
# Beide spielen. Es fehlt das zweite '-'!
- P(play_Its_the_sky)
P(play_another_sound)
sailboat:
# Nur der erste spielt!
- P(play_sail_boat)
- P(play_another_sound)
grammy:
- $ifexp := 1 # Funktioniert!!
- $ifexp == 1 ? P(play_Grandmother) # Spielt NICHT
cat:
- $ifexp == 1 ? P(play_cat) # Funktioniert wie erwartet!
# --- Product ---
product-id: 950
comment: "my project"
media-path: "950-audio/%s"
welcome: welcome
init: $ifexp := 0
speak:
play_Grandmother: 'Grandmother'
play_Its_the_sky: 'Its the sky'
play_Starting_the_game: 'Starting the game'
play_Steam_boat: 'Steam boat'
play_another_sound: 'another sound'
play_sail_boat: 'sail boat'
play_cat: 'cat with condition'
scriptcodes:
sky: 12001
grammy: 12002
sailboat: 12003
cat: 4941
Mehr Informationen über die Mailingliste tiptoi