Beispiel #1
0
 public static void Next(bool forceClean)
 {
     line++;
     sf.linePointer = 0;
     sf.pointer     = 0;
     if (line >= maxLines || forceClean)
     {
         line     = 0;
         npc      = null;
         maxLines = 0;
         start    = false;
         GManager.self.UIChat.SendMessage("show", false);
         ChatCamera.Change(sf.transform, true);
     }
     else
     {
         sf.getChat();
     }
     Clean();
 }
Beispiel #2
0
 public void Awake()
 {
     self = this;
 }