Construct 3 r348

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

  • Order by
  • Improvement for the amazing text tag system:

    new condition `has any tag at position` (or a symbol like -1 we can use for any tag)

    and a expression like `text.currentTag` that returns the tag in that event.

    This would allow us to create one event that handles multiple tags, for tooltips etc. Currently we would need to create a new event per tag (or loop over a list).