Search found 8 matches

by pewldo
Sun Aug 01, 2021 10:32 am
Forum: Dialogue System for Unity
Topic: How to change Dialogue Variable Boolean value?
Replies: 11
Views: 3556

Re: How to change Dialogue Variable Boolean value?

I apologize, it does indeed work. It has to with my own logic!

Still, thank you for your time.
by pewldo
Sun Aug 01, 2021 10:26 am
Forum: Dialogue System for Unity
Topic: How to change Dialogue Variable Boolean value?
Replies: 11
Views: 3556

Re: How to change Dialogue Variable Boolean value?

That is odd.

I am quite positive thats what im doing, Should I be able to see the Bool inside of the Dialogue Manager change from false to true at runtime?
by pewldo
Sun Aug 01, 2021 10:03 am
Forum: Dialogue System for Unity
Topic: How to change Dialogue Variable Boolean value?
Replies: 11
Views: 3556

Re: How to change Dialogue Variable Boolean value?

Thank you i'll diffinitely try that one. My problem persist, and I suspect that it is due to lack of knowledge on my part:) The playmaker actions description says "Sets the value of a lua variable in the Variable[] table". As it is now the only thing I've created is a bool inside of the Di...
by pewldo
Sun Aug 01, 2021 9:07 am
Forum: Dialogue System for Unity
Topic: How to change Dialogue Variable Boolean value?
Replies: 11
Views: 3556

Re: How to change Dialogue Variable Boolean value?

Hi I've been trying to use the Synch Bool action to transfer a boolean value from playmaker to dialogue system without much luck. Im sort of stuck, and wondering if there is some step that I am missing. I am sequencing events from dialogue system to playmaker, but I would be very interested in an ex...
by pewldo
Thu May 13, 2021 10:53 am
Forum: Dialogue System for Unity
Topic: Playmaker save/load
Replies: 7
Views: 906

Re: Playmaker save/load

Hi

That did it:)

Thank you for your time!
by pewldo
Thu May 13, 2021 9:58 am
Forum: Dialogue System for Unity
Topic: Playmaker save/load
Replies: 7
Views: 906

Re: Playmaker save/load

I am speaking here of the Demo Menu script that can be attached to the Dialogue Manager.

When using that Demo Menu to save/load it works. It is only when I attempt to save and load through playmaker actions that I get the error.
saveload.png
saveload.png (273.99 KiB) Viewed 901 times
by pewldo
Thu May 13, 2021 9:07 am
Forum: Dialogue System for Unity
Topic: Playmaker save/load
Replies: 7
Views: 906

Re: Playmaker save/load

Hi

Thank you for your answer.

I have set up the save dialogue system and using the Demo UI it does indeed work flawlessly. It is when I try to load the game with the load game action in playmaker that I get the error.
by pewldo
Thu May 13, 2021 5:31 am
Forum: Dialogue System for Unity
Topic: Playmaker save/load
Replies: 7
Views: 906

Playmaker save/load

Hi. I am trying to save/load dialogue system related data by using playmaker functions. Everything is working fine when I save and load while the scene is playing. However it does not store the string variable. When trying to load data that was saved during an earlier playthrough I get this message;...