You're going to want to move the player to the chair, without printing a room description. Like so:
Code:
"Begin Room" by Jizaboz
Include Basic Screen Effects by Emily Short.
When play begins:
say "Here you are in the test lab waiting for the experiment to being.";
wait for any key;
clear the screen;
display the boxed quotation "Chapter 1";
show the current quotation;
pause the game;
move the player to the chair, without printing a room description.
Test Lab is a room. The description of test lab is "You are in a small room made of shiney green tiles."
A chair is an enterable supporter in the Test Lab. The description of chair is "A simple wooden chair."
This eliminates the first room description that appears before the title block:
Quote:
Begin Room
An Interactive Fiction by Jizaboz
Release 1 / Serial number 120225 / Inform 7 build 6G60 (I6/v6.32 lib 6/12N) SD
Test Lab (on the chair)
You are in a small room made of shiney green tiles.
>