Re: Stuck in node and no mouse control
Posted: Tue Oct 03, 2023 8:15 pm
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.
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.