!% -SD !========= Constant Story "Hello World!"; Constant Headline "^An interactive Hello World! example ^by Hennes Maertins.^"; Include "Parser"; Include "VerbLib"; !====== ! The Game Objects Object the_room "The only room" with description "You are in the only room of this example game.", has light; Object -> sign "sign" with description "You read this text: ~Hello World!~", name 'sign', after [; Examine: deadflag = 2; ], has static; !===== ! Entry Point Routines [ Initialise; location = the_room; ]; !==== ! Standard and extended grammar Include "Grammar";