Quest Machine Dialogue System Demo - Polymorph Orcs quest issue

Announcements, support questions, and discussion for Quest Machine.
Post Reply
oldmantom
Posts: 14
Joined: Thu Aug 08, 2019 9:03 am

Quest Machine Dialogue System Demo - Polymorph Orcs quest issue

Post by oldmantom »

Hi Tony,

I'm encountering issue locating the wand. I'm not sure if this variable should have been set already in the demo or if I need to setup myself by following one of you videos, though, I can't find a video the walks through this demo...

I'm not sure where to setup this up... As an aside, the error also exists in the main Quest Machine Demo.

I apologize as my questions are juvenile. I'll become more familiar as I work throughs these.

Message System exception sending 'Activate Wand Barrel'/'' to Inventory Panel (PixelCrushers.QuestMachine.Demo.DemoInventory): The variable wandBarrel of DemoInventory has not been assigned.
You probably need to assign the wandBarrel variable of the DemoInventory script in the inspector.
#0 GetStacktrace(int)
#1 DebugStringToFile(DebugStringToFileData const&)
#2 DebugLogHandler_CUSTOM_Internal_Log(LogType, LogOption, ScriptingBackendNativeStringPtrOpaque*, ScriptingBackendNativeObjectPtrOpaque*)
#3 (Mono JIT Code) (wrapper managed-to-native) UnityEngine.DebugLogHandler:Internal_Log (UnityEngine.LogType,UnityEngine.LogOption,string,UnityEngine.Object)
#4 (Mono JIT Code) [MessageQuestAction.cs:148] PixelCrushers.QuestMachine.MessageQuestAction:Execute ()
#5 (Mono JIT Code) [QuestNode.cs:516] PixelCrushers.QuestMachine.QuestNode:OnParentStateChange (PixelCrushers.QuestMachine.QuestNode)
User avatar
Tony Li
Posts: 21926
Joined: Thu Jul 18, 2013 1:27 pm

Re: Quest Machine Dialogue System Demo - Polymorph Orcs quest issue

Post by Tony Li »

Hi,

Sorry, the barrel GameObject got accidentally unassigned in the demo scene. The Quest Machine Extras page has an updated integration package in which the barrel is correctly assigned to the inventory.

The barrel appears near the bottom of the level where all the orcs are.
oldmantom
Posts: 14
Joined: Thu Aug 08, 2019 9:03 am

Re: Quest Machine Dialogue System Demo - Polymorph Orcs quest issue

Post by oldmantom »

Perfect, thank you again!
User avatar
Tony Li
Posts: 21926
Joined: Thu Jul 18, 2013 1:27 pm

Re: Quest Machine Dialogue System Demo - Polymorph Orcs quest issue

Post by Tony Li »

Glad to help! Thanks for letting me know about the issue in the demo scene.
Post Reply