Hey everyone! I just got into scripting a couple of days ago and I want to start tracking my progress and potentially get some pointers and some feedback from more advanced scripters. I'm still very new and my stuff is super simple, so don't get your hopes up for anything awesome. Here's the first script that I made. I got…
You have a small spelling mistake in the first block of code for swapping between perspective and orthographic. This obviously will cause it to not swap back from perspective. if viewport.getType() != #view_pers[COLOR="Red"]p[/COLOR]_user then (viewport.setType #view_persp_user) else if viewport.getType() ==…