Search found 3 matches

by pjj5049
Tue Sep 15, 2015 12:19 pm
Forum: Dialogue System for Unity
Topic: Dialog Database not loading in second level
Replies: 1
Views: 575

Dialog Database not loading in second level

Hello! I'm currently having an issue with a multi-scene game in which I have a separate dialog database, and manager for each scene. When I change the level, using Application.LoadLevel, the dialog database is not loaded for the second scene giving the warning "Dialog System: Conversation '<Con...
by pjj5049
Thu Mar 19, 2015 9:31 am
Forum: Dialogue System for Unity
Topic: Clicking on an object to alter a quest state
Replies: 3
Views: 1054

Clicking on an object to alter a quest state

Hey Tony, So that works perfectly! I see in the info console that the quest state is updated. I'm having an issue similar to a similar poster now, I believe. I couldn't quite get the solution posted working. What I want to do is this: 1. Quest state becomes active during conversation - done 2. Seque...
by pjj5049
Tue Mar 03, 2015 9:51 am
Forum: Dialogue System for Unity
Topic: Clicking on an object to alter a quest state
Replies: 3
Views: 1054

Clicking on an object to alter a quest state

I am currently working on a click based game, where the player will select an item, and then based on whether it is the correct item or not, a quest state will be updated. I created a script that makes use of the onMouseDown function to send a message when the item is clicked, but I'm not quite sure...