; generated script [is_viewerScript] state sInitial { when actionButton { goto freeCamMode } } state freeCamMode { entry { entryTime 0.000 bind "cameramgr syscamactivate true" } when actionButton { goto sInitial bind "cameramgr syscamactivate false" } } initialState sInitial ; end of script [is_viewerScript]