Script not working during a sequence

Announcements, support questions, and discussion for the Dialogue System.
Post Reply
harelme2
Posts: 9
Joined: Wed Dec 15, 2021 11:37 am

Script not working during a sequence

Post by harelme2 »

Hi,

I have a script which allows picking up an item, which I know is working properly, but when I try picking up during a sequence (while it's still on-going), I can't seem to.
Is this expected? can I change this?

Thanks!
User avatar
Tony Li
Posts: 21981
Joined: Thu Jul 18, 2013 1:27 pm

Re: Script not working during a sequence

Post by Tony Li »

Nothing in the Dialogue System should prevent your script from working unless you've set it up as such -- for example, by adding a Dialogue System Events component that disables the script during conversations.

Look for errors or warnings in the Console window. They may indicate the issue.

If there aren't any errors or warnings, set the Dialogue Manager's Other Settings > Debug Level to Info. Then reproduce the issue. This will log a lot of details to the Console. You can trace through the logs to get an idea of what's happening under the hood.
Post Reply