1
0
forked from GitHub/gf-core

extended dialogue example

This commit is contained in:
aarne
2006-05-16 20:44:33 +00:00
parent 800f6ee7e2
commit 8e5078084f
16 changed files with 369 additions and 34 deletions

View File

@@ -0,0 +1,20 @@
--# -path=.:prelude
concrete LightsProlog of Lights =
DialogueProlog ** open ResProlog, Prelude in {
lin
Light = ss "light" ;
Room = ss "room" ;
SwitchOnIn = ss "switch_on" ;
SwitchOffIn = ss "switch_off" ;
SwitchOn = ss "switch_on" ;
SwitchOff = ss "switch_off" ;
LivingRoom = ss "living_room" ;
Kitchen = ss "kitchen" ;
MorningMode = ss "morning_mode" ;
}