summaryrefslogtreecommitdiff
path: root/examples/dialogue/LightsFre.gf
blob: 77316e5a1613129e9ff75b0f217065f20725155d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
--# -path=.:multimodal:alltenses:prelude

concrete LightsFre of Lights = 
  DialogueFre ** open MultiFre, ParadigmsFre, IrregFre, AuxFre in {

  lin
    Light       = UseN (regN "lampe") ;
    Room        = UseN (regN "chambre") ;
    SwitchOnIn  = dirV3 (regV "allumer")  (mkPrep "dans") ;
    SwitchOffIn = dirV3 éteindre_V2 (mkPrep "dans") ;
    SwitchOn    = dirV2 (regV "allumer") ;
    SwitchOff   = dirV2 éteindre_V2 ;

    LivingRoom  = defN (regN "salon") ;
    Kitchen     = defN (regN "cuisine") ;

    MorningMode = mkMove ["le mode matinal"] ;

}