Change Conversant during Conversation
Posted: Sat Nov 28, 2020 5:23 am
Hi Tony!
How do I change the conversant during a conversation?
I found this elsewhere on the forum:
However, when I try to brute for this (on update loop), my other script keeps printing the original conversant as the current conversant.
So in this test, on one script, I have the code line above in Update(), and in another script, I have "DialogueManager.CurrentConversant" being printed in Update().
When I try to change the conversant with the line above, it doesn't work.
Could you let me know if there is a way to do this?
Best!
Remy
How do I change the conversant during a conversation?
I found this elsewhere on the forum:
Code: Select all
PixelCrushers.DialogueSystem.DialogueManager.ConversationModel.ConversantInfo.transform = someOtherTransform
So in this test, on one script, I have the code line above in Update(), and in another script, I have "DialogueManager.CurrentConversant" being printed in Update().
When I try to change the conversant with the line above, it doesn't work.
Could you let me know if there is a way to do this?
Best!
Remy