Custom Command: View Change Error
Posted: 11 Oct 2022 19:22
I use this script to change views (for a keyboard shortcut assigned to #1400). It worked fine until a recent update. I'm using: 23.70.0200
Any ideas on how to fix it, would be fantastic.
I now get the error:
Thanks,
--T
Any ideas on how to fix it, would be fantastic.
Code: Select all
$mode = get("View");
if ($mode == 0) { #306;}
if ($mode == 1) { #307;}
if ($mode == 2) { #307;}
if ($mode == 3) { #307;}
if ($mode == 4) { #307;}
if ($mode == 5) { #308;}
elseif ($mode == 6) { #304;}--T