Are these banters coded for a .D file,
ie, copy-paste it? If so, you are making some mistakes! If not, then you should say so, so I don't rewrite them all for you!
CHAIN /*** COMMENTS AND MISTAKE-FIXING BY ICEN: NO "CHAIN IF ~MyCon()~ THEN filename statelabel" :X ****/
IF ~InParty("FtCason")
Global("CasKelTalk","GLOBAL",1)~
!StateCheck("FtCason",CD_STATE_NOTVALID)~ THEN BKELDOR Cason-Keldorn 2
~Have you put any thought on what we discussed earlier, Cason?~ //Good.
DO ~SetGlobal("CasKelTalk","GLOBAL",2)~ //Good.
== FtCasonB ~I have, oh knight in oh-so-shining armor. Honor is clinging to my mind like a beggar to a steak.~
== BKELDOR ~And? Have you perhaps reconsidered the value of honor? It's never to late to become a better man.~
== FtCasonB ~But it's always too early to die just because you just had to kill someone with honor. I'd rather have the gods curse every step I take then shackle myself with honor.~
== BKELDOR ~So you claim, pirate. And yet, we found you giving money to a courtesan to gain her... affection.~
== FtCasonB ~In the eyes of what god is buying harlots a sign of honor? (This one is loosing his mind I think...)~
== BKELDOR ~I am not saying it is honorable, it's a despicable act. And yet... someone completely without honor and decency could have forced himself upon a woman and then killed her.~
== FtCasonB ~Eh, sure. I could've done that.~
== BKELDOR ~Have you ever done such a deed?~
== FtCasonB ~No, but... I...~
=~Damn it.~ /*** SHOULD HAVE BEEN MULTISAY! =
== BKELDOR ~I do believe there is hope for you yet, pirate.~
== FtCasonB ~Bah.~
EXIT
Else good.
CHAIN /*** MISSING CHAIN ***/
IF ~InParty("Keldorn")
!StateCheck("Keldorn",CD_STATE_NOTVALID)
Global("CasKelTalk","GLOBAL",2)~ THEN FtCasonB Kel-Cas3
~Tell me this, honorable sir Keldorn. If you had to choose between your precious honor and the good of innocent people (assuming such people exist...), what would you do?~
DO ~SetGlobal("CasKelTalk","GLOBAL",3)~ /**** MISSING REPETITION VARIABLE ***/
== BKELDOR ~I am confident that even amongst a thousand wrong ways to handle a problem, there will always be a right way that I may walk with honor.~
== FtCasonB ~Ah, you twist my words like a true pirate, my friend, but you live in a dream world of fluffy bunnies and righteous paths.~
= ~Let's say that an evil fighter, a really nasty fellow, wants to kill a couple of kids for a bit of fun. You're the only one around to stop him...~ /**** MULTISAY NEEDED ***/
== BKELDOR ~Then I would fight this evil man. There is nothing dishonorable about that.~
== FtCasonB ~Ah, but I'm not finished yet. There's a problem, you see, you know for certain this evil man is your superior in a fight. If you attack head on, he would easily cut you down and proceed to those poor, defenseless children.~
== BKELDOR ~Then I would pray to my lord for the strength to defeat my enemy and, should it come to that, lay down my life trying to stop him.~
== FtCasonB ~How noble. How honorable. I'm sure the bards will sing many a song about the noble knight who fell trying to save children. Never mind that the kids died anyway.~
EXIT /*** MISSING EXIT ***/
More mistakes!
Either post them as text (script like, or not in code tags) or post them correctly!
Icen