fungus

Open full view…

Accessing variables from different Flowcharts

shadowaecat
Mon, 12 Jun 2017 00:46:24 GMT

I have variables on one Flowchart that need to be called on during a second Flowchart. However, the IF blocks don't allow for access to a different flowchart. I thought maybe I was supposed to use the Save variable function? Then like, load it in the next scene or something? Does this create a new variable that's accessible in the second scene? I can't find documentation on this, sorry. Basically, the players do something on Day 1 (Flowchart 1), and then I need to check to see if they did it on Day 2 (Flowchart 2). I saw an answer for doing this across scenes, but I have one scene with two Flowcharts. Thank you! Also, sorry if this gets posted twice. I tried to edit it and it ended up deleting the post on me.

adrianhm
Mon, 12 Jun 2017 10:55:09 GMT

You have public variables or private variables?, with public variables works between flowcharts

shadowaecat
Fri, 16 Jun 2017 13:35:57 GMT

How do I make a variable public?

jdscogin
Fri, 16 Jun 2017 21:20:52 GMT

Right beside the variable in the list is a button that says "Private". Click that.

adrianhm
Sat, 17 Jun 2017 08:21:48 GMT

exactly like said jdscogin, sorry for dont explanation for my side.

shadowaecat
Sat, 17 Jun 2017 16:47:44 GMT

Thank you so much! I see the option and I feel so silly for not seeing it sooner. I'm going to leave my post up in case anyone else has the same question. Thanks again!

paladin83
Fri, 11 Jan 2019 17:36:24 GMT

Same issue here. But the variable is public on other flowchart and wont shows up on the flowchart i'm using in the same scene.