Message does not work when the node is active.

Announcements, support questions, and discussion for Quest Machine.
User avatar
Tony Li
Posts: 21928
Joined: Thu Jul 18, 2013 1:27 pm

Re: Message does not work when the node is active.

Post by Tony Li »

You may find it easier to set all of the quests (of this type) to Waiting To Start, with Autostart conditions to wait for the message "Start Quests". Then configure a Timed Event to send that message. I PM'ed you a unitypackage containing an updated SampleScene and TestQuest. This will work for any number of quests, as long as they listen for "Start Quests" to start the quest. You don't have to process each quest individually; just send "Start Quests" once and they'll all go active.
EVG
Posts: 27
Joined: Sun Jul 04, 2021 4:55 pm

Re: Message does not work when the node is active.

Post by EVG »

I understand, thanks for the replies.
User avatar
Tony Li
Posts: 21928
Joined: Thu Jul 18, 2013 1:27 pm

Re: Message does not work when the node is active.

Post by Tony Li »

Glad to help.
Post Reply