Search found 2 matches

by JaniElojoki
Thu Jun 04, 2020 3:01 am
Forum: Dialogue System for Unity
Topic: Play PC voice lines in response menu
Replies: 3
Views: 332

Re: Play PC voice lines in response menu

Hey Tony, thanks so much for the reply. I've done as you suggested and now the functionality is just as intended! Here's the finished method: public void constructCommand() { var response = GetComponent<StandardUIResponseButton>().response; int conversationID = response.destinationEntry.conversation...
by JaniElojoki
Wed Jun 03, 2020 3:08 am
Forum: Dialogue System for Unity
Topic: Play PC voice lines in response menu
Replies: 3
Views: 332

Play PC voice lines in response menu

Hey, I'm looking for a way to play voice lines in the response menu before selecting a response. I've added a button under the Response Button Template that, when clicked, would play the voice line but I'm having trouble figuring out how to get it to play the correct one. The idea is that the player...