This is a walkthrough for "Sample.t"  This file is in TADS command-file
format, so you can use this file directly as input to the game by typing
an at sign ("@") followed by the name of this file ("@walkthru.txt") at
the game command prompt.

Each line starting with a ">" is a command.  Everything else is a comment.

	First we'll get into the car...
>get in car.
>read note.
	Notice that robbie obeys our commands...
>robbie, get in car.
>turn it on.
>n.
	We can't drive through a door!
>n.
	And we can't read the sign from inside the car...
>read sign.
	So he'll read it for me!
>robbie, get out of car.
>robbie, read sign.
>robbie, open the door.
>n.
>s.
>robbie, get in car.
>s.
	Can't go up and down in this car...
>d.
	Let's let robbie go it alone...
>get out of car.
	Give robbie commands, he's in the car, I'm in the chair!
>sit in chair.
>robbie, go ne.
	Wonder where he's gotten to?
>robbie, go sw.