Page 2 of 2

Re: Stuck in node and no mouse control

Posted: Tue Oct 03, 2023 8:15 pm
by Tony Li
If you open the DialogueSystemInvectorBridge.cs script in your code editor, is the vAddItemByID() method on line 114 shown in color or grayed out?

You can also check if vAddItemByID() is available by setting the Dialogue Manager's Debug Level to Info. When the scene starts, you should see:

Dialogue System: Registering Lua function vAddItemByID

If it's registered, put a breakpoint on line 116 and enable debugging in your code editor. When the Lua function runs, step through the code to see what happens.

Re: Stuck in node and no mouse control

Posted: Wed Oct 04, 2023 12:27 pm
by hrohibil
Hey

Look at screenshots. Its not greyed out.
And it looks like it does get registered.

I am unsure how to make a break point,?

#1


#2

Re: Stuck in node and no mouse control

Posted: Wed Oct 04, 2023 1:31 pm
by hrohibil
Tony!!!!!!!!!!!!!!!!!!!!!! its solved now..

To be honest, I am not sure what happened. I just cleared out all script and sequencer coded!!!

Thank you much...

Re: Stuck in node and no mouse control

Posted: Wed Oct 04, 2023 2:08 pm
by Tony Li
Great job! I'm glad you were able to fix it!