When Inform parses an object, pronouns are treated specially, so "me"
always refers to the player. So one solution is to put the player
object into scope along wit the topic objects.
What this suggests to me is that object parsing isn't quite the right
thing for conversation topics.
-- Gareth Rees