Script request

 From:  Michael Gibson
9322.2 In reply to 9322.1 
Hi Stargazer, welcome to the forum!

I've attached a script that I think does what you described. It's a bit long to paste directly into a shortcut key so I made it in its own separate file.

To run it as "instant script" you will need to create a "scripts" folder alongside the commands folder and put it in there.

For v4 it can go into appdata, use Options > General >"Edit .ini file" button to see where the MoI appdata folder is. There will be "commands" and "startup" folders in there, make a new folder named scripts as a sibling to those and then put the .js file in there.

Then in a keyboard shortcut put in SetNearestOrthoView.js as the command name. Make sure the ending .js part is there, that's the signal that will make MoI look in the scripts folder and run it as "instant script" rather than as a command which means you can run it while currently running in some other command.

- Michael