Esempio n. 1
0
 void StartStory()
 {
     ti = GetComponent <TextInteractive>();
     ti.OnInteract();
     (ti.reader as WatchersTextDisplay).subscribed += DebugOui;
     (ti.reader as WatchersTextDisplay).inkOverlord.eventDelegate += HandleEvent;
 }
Esempio n. 2
0
 private void Start()
 {
     ti = GetComponent <TextInteractive>();
     Invoke("LazyShit", 0.1f);
 }