Search found 3 matches
- Sat Nov 02, 2024 12:04 pm
- Forum: Dialogue System for Unity
- Topic: Filtering Dialogues by TAGs in Unity Dialogue System
- Replies: 1
- Views: 70
Filtering Dialogues by TAGs in Unity Dialogue System
Hello everyone, I'm currently working with a dialogue system plugin for Unity and I have a specific requirement regarding TAGs for dialogues. I would like to implement a feature that allows filtering dialogues based on the TAGs assigned to the characters involved in the conversation. Here’s what I h...
- Wed Jun 15, 2022 9:14 am
- Forum: Dialogue System for Unity
- Topic: Conversation does not match the variables? or conditions problem?
- Replies: 4
- Views: 389
- Wed Jun 15, 2022 6:16 am
- Forum: Dialogue System for Unity
- Topic: Conversation does not match the variables? or conditions problem?
- Replies: 4
- Views: 389
Conversation does not match the variables? or conditions problem?
Hi In the database, I have created a variable named "HP"; and some conversations. And I use a dialogue trigger to start a bark action, the bark source are these conversations, bark order with random. Then I give these conversations two kinds of conditions: 1: 30 < Variable["HP"] ...