IEnumerator WaitAndWalk(float waitTime, Actor go) { yield return new WaitForSeconds(waitTime); go.WalkRight(); go.GoTo(GoToTarget); }