With this one change, "It is in my/your bed" seems to work.
Cat's Eye Technologies
8 years ago
412 | 412 | if participants is None: |
413 | 413 | participants = [self, other] |
414 | 414 | other.topic = topic |
415 | self.emit(phrase, participants) | |
415 | self.emit(phrase, participants, speaker=self, addressed_to=other) | |
416 | 416 | |
417 | 417 | def greet(self, other, phrase, participants=None): |
418 | 418 | self.address(other, GreetTopic(self), phrase, participants) |