How do I call a filemaker script into Applescript?

How do I call a filemaker script into Applescript. My Script is called Red. So when it reaches that point I would like that Script to run.

Tell application “Filemaker Pro”
activate
go to layout “Copy”
do Red Script
End tell

You’ll find the answer within FM’s dictionary:

tell application "FileMaker Pro" to do script "Red"