snozbot / fungus

An easy to use Unity 3D library for creating illustrated Interactive Fiction games and more.
MIT License
1.63k stars 290 forks source link

Feature Request: External If/ElseIf/Else Blocks #928

Open SoulKarl opened 3 years ago

SoulKarl commented 3 years ago

Can we possibly get a series of if/elseif/else commands that can grab variables from a targeted script outside of the flowchart? Our current work around to this has been to put all flowchart variables into ONE flowchart that all others reference in order to work around a more robust save/load system (including changing scenes). This would be a lot easier if we could just store all those variables in a script (or any script) rather than inside of a flowchart.