%ffp //------------------------------------- // FM_TEMPLATE_1 //------------------------------------- Category: "AstroPlugins" Title: "Low End Smoother" Copyright: "Copyright ©2005 Author: "James Ryan" Organization: "Astroplugins" Filename: "Low End Smoother" Description: "" Version: "v1.0" URL: "www.grekalova.com" About: "AstroPlugins !V\n" "!c\n!A\n!U" Dialog: Text = "Astroplugins Low End Smoother !V !c !A" //------------------------------------- ForEveryTile: { int c,r; float f; c = 2; f = 3.2; r = f; Info(" %d %f %d",c,f,r); return true; }//ForEveryTile