// Use this for initialization void Start() { bg = GameObject.FindGameObjectWithTag("BuildGround"); towerArray = FindObjectOfType <ChangeCursor>(); pT = FindObjectOfType <Parent_Tower>(); close = GetComponent <FindClosest>(); }