Yes, please post scripts here with the applescript
tag.
I fixed your script. You can protect code from forum formatting and add syntax coloring by using Markdown fenced code blocks:
```applescript
tell application "EagleFiler"
-- etc.
end tell
```