{
public NPCState npcState; //This is checked by conditions in the StateMachine
public GameObject[] talkingTo;
public void SwitchToWalkState()
npcState = NPCState.Walk;
}