Jump to content

BGII:EE Hexxat and Aran, SoA and ToB


cmorgan

Recommended Posts

In honor of the Offifical Release of BGII:EE, Hexxat and Aran.

 

/* SoA: Aran > Hexxat : Bloodlusts */
CHAIN IF ~CombatCounter(0) !Detect([ENEMY]) Global("c-aransoahexxat","GLOBAL",0)
InParty("Hexxat") InMyArea("Hexxat") !StateCheck("Hexxat",CD_STATE_NOTVALID)
InParty(Myself) !StateCheck(Myself,CD_STATE_NOTVALID)~ THEN C-ARANB a5108
~[ARAN] Keep ahead o' me, there.~
DO ~SetGlobal("c-aransoahexxat","GLOBAL",1)~
== BHEXXAT ~[HEXXAT] I am not an object for your lusts, Aran.~
== C-ARANB ~[ARAN] Ahead o' me, it be less likely I will become an object o' yours.~
== BHEXXAT ~[HEXXAT] You do not attract me.~
== C-ARANB ~[ARAN] That be what th' spider says to th' fly, right before she sucks th' carcass dry.~
EXIT

 

/* SoA: Hexxat > Aran : Opposites */
CHAIN IF ~CombatCounter(0) !Detect([ENEMY])
InParty("c-aran") InMyArea("c-aran") !StateCheck("c-aran",CD_STATE_NOTVALID)
InParty(Myself) !StateCheck(Myself,CD_STATE_NOTVALID)
Global("c-hexxatsoaaran","GLOBAL",0)~ THEN BHEXXAT a5109
~[HEXXAT] You seem worried by my presence.~
DO ~SetGlobal("c-hexxatsoaaran","GLOBAL",1)~
== C-ARANB ~[ARAN] Aye.~
== BHEXXAT ~[HEXXAT] What do you have to fear from me?~
== C-ARANB ~[ARAN] Plenty.~
== BHEXXAT ~[HEXXAT] You do not usually say so little.~
== C-ARANB ~[ARAN] Just watchin' careful, on account o' if I happen to get distracted, I might become a meal.~
== BHEXXAT ~[HEXXAT] You should relax. Your curry has enough of a stench to drive me away.~
== C-ARANB ~[ARAN] Good to know.~
EXIT

 

/* ToB: Aran > Hexxat : Trust */
CHAIN IF ~CombatCounter(0) !Detect([ENEMY])
InParty("c-aran") InMyArea("c-aran") !StateCheck("c-aran",CD_STATE_NOTVALID)
InParty(Myself) !StateCheck(Myself,CD_STATE_NOTVALID)
Global("c-arantobhexxat","GLOBAL",0)~ THEN C-ARN25B a5110
~[ARAN] So you still be here.~
DO ~SetGlobal("c-arantobhexxat","GLOBAL",1)~
== BHEXXA25 ~[HEXXAT] And so are you.~
== C-ARN25B ~[ARAN] True enough.~
== BHEXXA25 ~[HEXXAT] Have you learned to trust a little more?~
== C-ARN25B ~[ARAN] Trust, aye. You, no.~
== BHEXXA25 ~[HEXXAT] At some point you have to deal with your irrational fears and accept me.~
== C-ARN25B ~[ARAN] Th' hells I do.~
EXIT

 

/* ToB: Hexxat > Aran : Frenemies, minus the FR */
CHAIN IF ~CombatCounter(0) !Detect([ENEMY])
InParty("c-aran") InMyArea("c-aran") !StateCheck("c-aran",CD_STATE_NOTVALID)
InParty(Myself) !StateCheck(Myself,CD_STATE_NOTVALID)
Global("c-hexxattobaran","GLOBAL",0)~ THEN BHEXXA25 a5111
~[HEXXAT] Could you move a little farther away?~
DO ~SetGlobal("c-hexxattobaran","GLOBAL",1)~
== C-ARN25B ~[ARAN] Aye. Why?~
== BHEXXA25 ~[HEXXAT] You stink.~
== C-ARN25B ~[ARAN] Must be th' garlic an' such I used in that last curry.~
== BHEXXA25 ~[HEXXAT] It could also be that you need a bath.~
== C-ARN25B ~[ARAN] Why, now, that be an idea. I have some holy water around here, an' I think that be just th' ticket for a right fine bath. Hold this wooden stake for me a mite bit while I search for it, eh?~
EXIT

Link to comment

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...