Code: Select all
public bool GetIsFollowing()
{
return DialogueManager.currentConversant.gameObject.GetComponent<Knight>().isFollowing;
}
Looks like it working.
Thanks.
Code: Select all
public bool GetIsFollowing()
{
return DialogueManager.currentConversant.gameObject.GetComponent<Knight>().isFollowing;
}