Construct 3 r429

You're viewing a single comment in a conversation. View all the comments
  • 2 Comments

  • Order by
  • Great update! Is it possible to disable/enable flowchart nodes through events? This would be absolutely huge if so.

      • [-] [+]
      • UpvoteUpvote 1 DownvoteDownvote
      • DiegoM's avatar
      • DiegoM
      • Construct Team Construct 3 Developer
      • 1 points
      • (0 children)

      No, it's not possible, at least not right now.

      That is something that can be handled through event sheet logic though, when the flow lands on a given node you can process it and decide if an output is available or not. If it's not, it effectively is like disabling the node that is linked to it at runtime.

      The feature is similar to commenting lines of code, a quick way to turn something on/off without outright deleting or disconnecting it.