//Level 1 : Controls the minicut at the beg. of the area state Base { Conditions { if Message "PlayedMini" == 0 goto StartMini } Actions { } } state StartMini { Conditions { } Actions { cameracut "end_time=4" "cam_locator=cam_mini" "tgt_locator=tgt_mini" "FXollowTgt" "range=25" "roty=15" "rotx=-15" SetMessage "name=PlayedMini" "value=1" SetState "CutDone" } } state CutDone { Conditions { } Actions { } }