Stuck in node and no mouse control

Announcements, support questions, and discussion for the Dialogue System.
User avatar
Tony Li
Posts: 21679
Joined: Thu Jul 18, 2013 1:27 pm

Re: Stuck in node and no mouse control

Post 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.
hrohibil
Posts: 368
Joined: Thu Nov 04, 2021 12:50 pm

Re: Stuck in node and no mouse control

Post 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
hrohibil
Posts: 368
Joined: Thu Nov 04, 2021 12:50 pm

Re: Stuck in node and no mouse control

Post 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...
User avatar
Tony Li
Posts: 21679
Joined: Thu Jul 18, 2013 1:27 pm

Re: Stuck in node and no mouse control

Post by Tony Li »

Great job! I'm glad you were able to fix it!
Post Reply