Can I control dialogue manually by script?
Posted: Mon Aug 22, 2016 12:29 am
Dialogue System for Unity runs in auto continue with button click( next, next ..)
But can I load and show certain conversation line by code?
for example, there is 1 dialogue and 4 conversation.
example dialogue1
- hello1
- hello2
- hello3
- bye
show "hello1" by my script, after 3seconds, show "hello3", and after some process in my script, show "hello2" and "bye"
like this process!
because i have to put some "my script process" while dialogue in progress. script, conversation delay etc..
how can I do that with dialogue system for unity?
But can I load and show certain conversation line by code?
for example, there is 1 dialogue and 4 conversation.
example dialogue1
- hello1
- hello2
- hello3
- bye
show "hello1" by my script, after 3seconds, show "hello3", and after some process in my script, show "hello2" and "bye"
like this process!
because i have to put some "my script process" while dialogue in progress. script, conversation delay etc..
how can I do that with dialogue system for unity?