Articy Draft Import Comment Removal

Announcements, support questions, and discussion for the Dialogue System.
Post Reply
Evolution
Posts: 2
Joined: Wed Jan 12, 2022 5:07 pm

Articy Draft Import Comment Removal

Post by Evolution »

I am unsure if I am missing a step, but in the documentation it lists that during import from Articy Draft that commented code would be handled a certain way. Specifically that three slashes "///" would be stripped and read as pure Lua.

I have tried this in a condition node, instruction node and also in the output pin of a node. In all cases the three slashes are not removed and an error is thrown when the node is run.

Is there a flag I need to set for this to convert the comment to pure Lua?

Thanks for the help.
User avatar
Tony Li
Posts: 20657
Joined: Thu Jul 18, 2013 1:27 pm

Re: Articy Draft Import Comment Removal

Post by Tony Li »

Hi,

Please use this patch:

DS_ArticyPatch_2024-04-18.unitypackage
Post Reply