scriptname _00E_DisableHeadTracking extends actor {Disables head tracking on the current actor.} Event OnLoad() self.SetHeadTracking(false) EndEvent