Perhaps an issue or over site with the script compiler, for if I create a test, script runner command in a RhinoCommon plug-in that contains the following code:
protected override Result RunCommand(RhinoDoc doc, RunMode mode)
{
RhinoApp.RunScript("_Move", false);
RhinoApp.RunScript("_Pause", false);
RhinoApp.RunScript("_-RunScript (Rhino.Print \"In-command test.\")", false);
return Result.Success;
}
the command works as expected. I’ve reported this.