View Single Post
10-30-11, 04:01 AM   #1
Kywin
A Fallenroot Satyr
 
Kywin's Avatar
Join Date: Jul 2007
Posts: 29
Camera View Macro

To any and all that can help,

Trying to write a simple macro that will toggle between two camera views. (i.e. button press toggles camera from view 3 to camera view 1 alternately with each key press.

From what I have been able to piece together...

/Script SetView(3); SetView(3)
/Script SetView(1); SetView(1)

Ultimately, keypress does set the view to position three, but subsequent key presses do nothing.

Thanks in Advance!
  Reply With Quote