According to this manual I can include scripts as binary data and load them via Reflection. I understand all steps, except one: how can I compile script to get binary data for stroring it in .binary file? Is there any tutorial/help?
UPD: Actual question can be restated as: "How can I compile single file with MonoDevelop and get its bytecode"
You can create your assemblies in any normal C# IDE (e.g. Monodevelop, Visual Studio) or any text editor using the mono/.net compilers.http://www.mono-project.com/CSharp_Compiler