Esempio n. 1
0
 // Use this for initialization
 void Start()
 {
     dialogue          = GetComponent <DialogueTree> ();
     stress            = GetComponent <StressingOut> ();
     eye               = GetComponent <EyeContact> ();
     conversationLevel = 50f;
 }
Esempio n. 2
0
    //public int responsesGiven;
    //public int badResponsesGiven;

    //public int totalResponses;

    //public GameObject strikeOne;
    //public GameObject strikeTwo;


    // Use this for initialization
    void Start()
    {
        dialogue = gameManager.GetComponent <DialogueTree> ();
        talk     = gameManager.GetComponent <ConversationManager> ();
        stress   = gameManager.GetComponent <StressingOut> ();
    }
Esempio n. 3
0
 // Use this for initialization
 void Start()
 {
     cm       = GetComponent <ConversationManager> ();
     dialogue = GetComponent <DialogueTree> ();
     stress   = GetComponent <StressingOut> ();
 }
Esempio n. 4
0
 // Use this for initialization
 void Start()
 {
     stress = GetComponent <StressingOut> ();
 }