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!
Script not working during a sequence
Re: Script not working during a sequence
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.
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.