When I try to install the mod (which worked perfectly before) I get a parsing error at line 10 ("~Cason, take your...") when WeiDu tries to compile the file. Since I know the error messages aren't always accurate I've checked the entire file lots and lots of times but I can't seem to find the problem. When I disabled the first block of code I got the same error regarding line 27 which is the same line in the second block. Thus, I hope someone else (hopefully someone who bests my two weeks of modding experience) has an idea.
BEGIN FtCasonB //Viconia Banter CHAIN IF ~InParty(?FtCason?) InParty(?Viconia?) !ActuallyInCombat Global(?CasVicTalk?,?GLOBAL?,0) THEN BVICONI CasVic1 ~Cason, take your eyes of me. Now.~ DO ~SetGlobal(CasVicTalk?,?GLOBAL?,1) == FtCasonB ~Ah, and what would happen if I didn't? Would you... punish me perhaps?~ == BVICONI ~Most certainly, male. You would not enjoy it. I know things that would make even a drow crumble in pain and you, rivvin, is no drow.~ = ~I can't deny that but I assure you, I can most certainly take a beating or two for a...eh, greater good, gal.~ = BVICONI ~You dare calling me 'gal'? I am drow, not some tavern wench. You better...~ = ~What? You go around calling everyone and their ugly uncle 'male'. I get that you could get confused in the dark but here on the surface we are quite sure about our gender. And others' as well...~ = BVICONI ~Learn to keep your words and eyes to yourself or make sure you never turn your back on me again, male.~ = ~I wouldn't dream of it, woman.~ EXIT CHAIN IF ~InParty(?FtCason?) InParty(?Viconia?) !ActuallyInCombat Global(?CasVicTalk?,?GLOBAL?,1) THEN FtCasonB CasVic2 ~I'm curious about something, Viconia.~ DO ~SetGlobal(CasVicTalk?,?GLOBAL?,2) == BVICONI ~I am not suprised. It astonish me that you can grasp which end of the sword to hold, rivvin.~ == FtCasonB ~Lovely. Anyway, you doesn't seem to appreciate the... directness of my compliments about your lovely curves.~ = BVICONI ~Now that, you have fully grasped.~ = ~But from what I've heard about the drow, your kind doesn't have much finesse when it comes to matters of the intimate nature.~ = BVICONI ~It is quite simple, Cason. You are not drow and even if you were, it is not a male's place to initiate discussions about these matters as you call them.~ = ~Ah, but I'm no girl (although that's a thought worth thinking about at night) so how am I supposed to express my appreciation for your physique?~ = BVICONI ~That is easy, male. You will not. Now be quiet and let us proceed to more important things.~ EXIT
I'm not sure whether I need to add BVICONI to every line or just the first but I've tried it both ways and it hasn't affected this problem.