void Awake() { if (story == null) { story = GetComponent <Story>(); } Instance = this; }
void Start() { story = GameObject.FindGameObjectWithTag("Narrator").GetComponent <storyController>(); }
// Use this for initialization void Start() { story = GetComponentInParent <storyController>(); }
void Start() { activeStory = GetComponent <storyController>(); }