Behaviour.enabled

var enabled : boolean

Description

Enabled Behaviours are Updated, disabled Behaviours are not.

This is shown as the small checkbox in the inspector of the behaviour.

JavaScript
GetComponent(PlayerScript).enabled = false;