For some reason, I have an error in my ActionScript here. I know it's nothing above this snipit because as soon as I comment it out with /**/, I get no errors. Can anyone tell me what I'm missing here? It says it's expecting a ")". I have no idea what it's talking about.
if ((_root.talkTextNPC[currentTextNPC].bool[1] insanceof Object) && (tally == null)) {
_root.TextBox_mc.dny = _root.talkTextNPC.bool[1].yes[1];
escapeableText = false;
tally = 0;
tallyf = 0;
};
if ((_root.talkTextNPC[currentTextNPC].bool[1]
_root.TextBox_mc.dny = _root.talkTextNPC.bool[1].yes[1];
escapeableText = false;
tally = 0;
tallyf = 0;
};
