//Jimmy Vegas Unity Tutorial //This script is for your dialogue states using System.Collections; using System.Collections.Generic; using UnityEngine; public class DialogueState : MonoBehaviour { public static bool stateAxeTake = false; void Update () { } }