diff --git a/src/actor/surgeryAssistant.t b/src/actor/surgeryAssistant.t
index ae598b2..446e84f 100644
--- a/src/actor/surgeryAssistant.t
+++ b/src/actor/surgeryAssistant.t
@@ -82,11 +82,78 @@ surgeryAssistant: Person
How can I help you?
he answers.'
];
+++ AskTopic [me]
+ " You are part of an experiment
+ taking place on this floor.
"
+;
+
+++ AskTopic [surgeryAssistant]
+ " I am an automatic assistant surgeon,
+ model \'oN11ug7\'.
+
My main task is to help
+ Dr. O'Neill with medical
+ interventions and procedures.
"
+;
+
+++ AskTopic [dataCable, jack, dataPort]
+ " Thank you for fixing my data cable.
\b
+ An old school text emoticon
+ flashed across the robot's service display. "
+;
+
+++ AskTopic [dentalFloss, toothbrush, toothpaste]
+ " This is good for your teeth.
"
+;
+
+tFloor: Topic 'floor/experiment';
+++ AskTopic [tFloor]
+ " The experiment involves
+ a team and one or more subjects.
+
Experiment details
+ are not available to you
+ for security reasons.
"
+;
+
+tIncident: Topic 'accident/incident';
+++ AskTopic [tIncident, labCoat, dumpster, tapeWall]
+ " Yesterday there was an
+ accident that resulted in the
+ destruction of some elements of the interior,
+ equipment and injured Dr. O'Neill.\b
+ Details are not available.
"
+;
+
tCrew: Topic 'crew/team';
++ AskTopic [tCrew]
" The team on this floor consists of three people.\b
- The first is Dr. O'Neill, the surgeon.
-
The second is Alice Dash, the technician is
+ The first is Dr. O'Neill, the surgeon.
+
The second is Alice Dash, the technician is
responsible for all the equipment on this floor.
-
The third is Mark Hopper, the orderly and janitor.
"
+
The third is Mark Hopper, the orderly and janitor.
+ \bNames have been changed for security reasons."
+;
+
+tDoc: Topic 'dr dr. doc doctor o\'neill';
+++ AskTopic [tDoc]
+ " Dr. O'Neill is an experienced surgeon
+ with extensive knowledge in several areas of medicine.\b
+ Friends with Alice Dash.
+
He's a big fan of dogs.
"
+;
+
+tAlice: Topic 'alice dash';
+++ AskTopic [tAlice]
+ " Alice Dash maintains and configures
+ the equipment that is used on this floor.\b
+ She's a bookworm and a fan of dystopias.
+
Her favourite writer is George Orwell.
"
+;
+
+tMark: Topic 'mark hopper';
+++ AskTopic [tMark]
+ " Mark Hopper is responsible
+ for the cleanliness of the floor
+ and obedience of the subjects.\b
+ Former professional athlete.
+
His left leg was replaced with a prosthetic device.
"
;