I tried to Add a script inside "Events" an call wifeAppears();
Code: Select all
public bool wifeComing;
public void wifeAppears()
{
Debug.Log("Check Clementine");
wifeComing= true;
}
Thanks in advnace!
EDIT: Also, is there a way to "Skip" conversation? In case the player accidentally talk to an NPC again and want to skip the entire conversation?