Search found 4 matches
- Wed Feb 28, 2018 11:44 am
- Forum: Dialogue System for Unity
- Topic: Dialogue condition issue
- Replies: 7
- Views: 688
Re: Dialogue condition issue
Thanks, now it works!
- Wed Feb 28, 2018 11:29 am
- Forum: Dialogue System for Unity
- Topic: Dialogue condition issue
- Replies: 7
- Views: 688
Re: Dialogue condition issue
it returns "nil"
- Wed Feb 28, 2018 11:08 am
- Forum: Dialogue System for Unity
- Topic: Dialogue condition issue
- Replies: 7
- Views: 688
Re: Dialogue condition issue
I get this message
Dialogue System: Passthrough on False Link (Jane): ID=16:3 'Oh, ciao. In teoria dovrei difendere questo posto..ma non mi pagano abbastanza per affrontarti. Non sei male in combattimento.
' Condition='StringInShortcuts("FirstJaneConv") == false'
- Wed Feb 28, 2018 10:10 am
- Forum: Dialogue System for Unity
- Topic: Dialogue condition issue
- Replies: 7
- Views: 688
Dialogue condition issue
Hi, I'm trying to pass a variable to the dialogue system from my script and using it as a condition in a dialogue but my script is not working and there are no errors in the console. Here's my script. using UnityEngine; using PixelCrushers.DialogueSystem; namespace PixelCrushers.DialogueSystem{ publ...