Ejemplo n.º 1
0
 void conversationManager_OnConversationStart(ConversationPlayer player)
 {
     // If Lucy is in this conversation, make sure she is close to the player
     if (player.GetConversationActors().Contains(this.gameObject))
     {
         StartTalking();
     }
 }