// Use this for initialization void Start() { text = this.GetComponent <Text> (); flashTime = 0; displayedHp = 0; maxHp = player.GetMaxHp(); baseText = "\n.::SHIELDS::.\n"; }