Search found 2 matches
- Mon Jul 16, 2018 12:04 pm
- Forum: Dialogue System for Unity
- Topic: [Solved] If statemens on Dialogue Entries
- Replies: 3
- Views: 248
Re: If statemens on Dialogue Entries
Got it to work, Tony Li, thank you!
- Fri Jul 13, 2018 1:36 pm
- Forum: Dialogue System for Unity
- Topic: [Solved] If statemens on Dialogue Entries
- Replies: 3
- Views: 248
[Solved] If statemens on Dialogue Entries
Hello, I've been trying to use if statements in the Dialogue Entry's Text and Script sections with no success. What I'm trying to do is access a boolean variable called "Test" and choose an outcome based on wether it is true or false. Here's my Dialogue Text: Test is true: [lua( if (Variab...