// Use this for initialization
    void Start()
    {
        taric_ref = (Taric)getParent();

        Execute();

        Destroy(gameObject);
    }
 // Use this for initialization
 void Start()
 {
     taric_ref = (Taric)getParent();
 }