>Isn't there a way to import the previous OBMM scripting language into FOMM?
Yes, put '#fommScript' as the first line of your script.
There's no syntax highlighting in fomm though, and the functions are a strict subset of what c# offers rather than the complicated obmm system where some things were possible in obmmScript but not c#, and some were possible in c# but not obmmScript. There...