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.
Stuck in node and no mouse control
Re: Stuck in node and no mouse control
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
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
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...
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
Great job! I'm glad you were able to fix it!