[Tiptoi] Error

Leon Gotpc leon.gotpc at gmail.com
Mo Apr 13 17:51:25 CEST 2015


Ich habe versucht Schere stein Papier zu Programieren, aber ich kriege
immer einen Error.
Vielleicht kann mir jemand sagen was falsch ist. ;)
product-id: 42
init: wahl:=0
welcome: P(hallo)
scripts:
  schere:
  - P(würfelziffer)
  - Wahl:=1
  stein:
  - P(würfelziffer)
  - Wahl:=2
  papier:
  - P(würfelziffer)
  - Wahl:=3
  zahl1:
  - wahl==1? P(gleichstand)
  - wahl==2? P(verloren)
  - wahl==3? P(gewonnen)
  zahl2:
  - wahl==2? P(gleichstand)
  - wahl==3? P(verloren)
  - wahl==1? P(gewonnen)
  zahl3:
  - wahl==3? P(gleichstand)
  - wahl==1? P(verloren)
  - wahl==2? P(gewonnen)
  zahl4:
  J(zahl3)
  zahl5:
  J(zahl2)
  zahl6:
  J(zahl1)
speak:
 - language: de
  hallo = "Hallo"
  würfelziffer = "Würfelziffer!"
  gleichstand = "Gleichstand!"
  verloren = "Verloren!"
  gewonnen = "Gewonnen!"
-------------- nächster Teil --------------
Ein Dateianhang mit HTML-Daten wurde abgetrennt...
URL: <https://lists.nomeata.de/pipermail/tiptoi/attachments/20150413/46748963/attachment.htm>


Mehr Informationen über die Mailingliste tiptoi