I am trying to create a visual script that will be saved in the project that i am working on that will be calling several other visual scripts depending on the user's choice. I have created the necessary input control nodes so that the user makes the choice through the palette but i cannot insert the correct path in the "ExecVisualScript" function and run the correct VS files after the choice is made. Is there a specific folder path in which my .pyp files must be saved instead of the Project folder?
In the examples given by Allplan ("DomeScriptPlacement", "WarpedSlabsChordConnector") the StringInput function contains the path of the "Examples" folder which is located in the Etc folder. What is the correct course of action?