Search found 2 matches

by GregOfTomorrow
Wed Sep 09, 2015 2:50 pm
Forum: Dialogue System for Unity
Topic: Impatient NPC (please help)
Replies: 3
Views: 838

Re: Impatient NPC (please help)

Thanks Tony. That's a lot to take in. I'll let you know when I have time to go through it in depth and try your suggestions out. It seems like you have a solid grasp of what I'm trying to do. Thanks for your great response.
by GregOfTomorrow
Tue Sep 08, 2015 12:02 am
Forum: Dialogue System for Unity
Topic: Impatient NPC (please help)
Replies: 3
Views: 838

Impatient NPC (please help)

I'm trying to make an NPC that will start talking again if the Player doesn't choose a dialogue option fast enough. I've created a script that continuously updates a "patience" variable using... DialogueLua.SetVariable ("patience", patience); ...and... DialogueLua.GetVariable (&q...