airflow(initialize):-
	feedback(airflow_sel).

feedback(airflow_sel, novice) :-
	chat_usr([
		'This button switches the focus of discussion to',
		'the an analysis of airmovement in the building.',
		'The previously supplioed building description',
		'will be used to minimize the input required.',
		'']).
