I apologize, it does indeed work. It has to with my own logic!
Still, thank you for your time.
Search found 8 matches
- Sun Aug 01, 2021 10:32 am
- Forum: Dialogue System for Unity
- Topic: How to change Dialogue Variable Boolean value?
- Replies: 11
- Views: 3812
- Sun Aug 01, 2021 10:26 am
- Forum: Dialogue System for Unity
- Topic: How to change Dialogue Variable Boolean value?
- Replies: 11
- Views: 3812
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?
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?
- Sun Aug 01, 2021 10:03 am
- Forum: Dialogue System for Unity
- Topic: How to change Dialogue Variable Boolean value?
- Replies: 11
- Views: 3812
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...
- Sun Aug 01, 2021 9:07 am
- Forum: Dialogue System for Unity
- Topic: How to change Dialogue Variable Boolean value?
- Replies: 11
- Views: 3812
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...
- Thu May 13, 2021 10:53 am
- Forum: Dialogue System for Unity
- Topic: Playmaker save/load
- Replies: 7
- Views: 1082
Re: Playmaker save/load
Hi
That did it:)
Thank you for your time!
That did it:)
Thank you for your time!
- Thu May 13, 2021 9:58 am
- Forum: Dialogue System for Unity
- Topic: Playmaker save/load
- Replies: 7
- Views: 1082
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.
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.
- Thu May 13, 2021 9:07 am
- Forum: Dialogue System for Unity
- Topic: Playmaker save/load
- Replies: 7
- Views: 1082
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.
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.
- Thu May 13, 2021 5:31 am
- Forum: Dialogue System for Unity
- Topic: Playmaker save/load
- Replies: 7
- Views: 1082
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;...