; } } public string Conversation { get { return conversation; } set { conversation = value; } } //If it can not find a room null is returned public IRoom FindOwnedRoom(string type) { if(ownedRoom.Type == type) return ownedRoom; else return null; } #endregion }NPCs can own things and them talking is an event.