Search found 14 matches

by zenasprime
Tue May 09, 2017 2:49 pm
Forum: Dialogue System for Unity
Topic: How to Initiate Conversations from Scripts
Replies: 2
Views: 404

How to Initiate Conversations from Scripts

Where in the documentation should I look for information regarding how to initiate conversations from scripts?
by zenasprime
Tue May 02, 2017 7:44 am
Forum: Dialogue System for Unity
Topic: Call a function
Replies: 12
Views: 3775

Re: Call a function

This is exactly what I am looking for. I used the first method. I already have it working.

Are there any caveats I should be aware of?

Thanks Tony!

:D
by zenasprime
Mon May 01, 2017 4:01 pm
Forum: Dialogue System for Unity
Topic: Call a function
Replies: 12
Views: 3775

Call a function

I'm looking for a way to call a function after a particular conversation node. I see that there is an OnExecute event on the nodes but that these nodes do not accept any component objects from within the scene. What I wanted to to was call a function that would load a new scene when that node was ex...
by zenasprime
Tue Apr 11, 2017 2:08 pm
Forum: Dialogue System for Unity
Topic: Location
Replies: 1
Views: 330

Location

Hi,

I've been trying to figure out if there was a way of know what location I was in via code?