It seems that articy instruction nodes are imported as dialogue entries, but the documentation says that they are imported as groups (Instructions will be converted into a group dialogue entry that acts as a passthrough to run the instruction node's expression.). It happens here in the articy converter script:
Code: Select all
entry.isGroup = false; // Since groups are processed one level ahead, don't make this a group: entry.isGroup = true;
If this is intended, would it be possible perhaps to get an option in the importer window to turn them into groups?
Thanks!
Marc