Line creation

 From:  Michael Gibson
2413.13 In reply to 2413.12 
Hi Rob, usually it is easiest for me to write those, I just didn't mention it yet since the shortcut will not work until the next beta is out.

But here is what you would use when the new beta is out:

script:moi.view.rotationStyle = (moi.view.rotationStyle == 'World' ? 'FirstPerson' : 'World');


That will do a toggle switch between the regular or first person view rotation modes every time you hit that key.

- Michael