void Start() { counter = 25f; anim = GetComponent <Animator>(); whichLevel = ""; batteryPower = batTower.GetComponent <BPGscript> (); }
void Start() { anim = GetComponent <Animator>(); doorsClosed = true; liftCome = GetComponent <LiftCome>(); batteryTower = batTower.GetComponent <BPGscript> (); }
void Start() { anim = lift.GetComponent <Animator>(); liftScript = lift.GetComponent <LiftScript>(); batteryTower = batTower.GetComponent <BPGscript> (); }