Jump to content

Potential Jan Dialogue Loop


SimDing0

Recommended Posts

ToB-only:

 

REPLACE BJAN25
IF ~InParty("Nalia")
See("Nalia")
!StateCheck("Nalia",STATE_SLEEPING)
Global("ExpBJan10","LOCALS",0)~ THEN BEGIN 72 // from:
 SAY #68906 /* ~Nalia, my dear, you've been positively morose as of late.  Probably from studying all those scrolls.  You remind me of Golodon... prior to his addiction to poppy seed muffins, of course.~ [JANJ2510] */
 IF ~~ THEN DO ~SetGlobal("ExpBJan10","LOCALS",1)~ EXTERN ~BNALIA25~ 14
END
END

Link to comment

And here's a Korgan one, in SoA:

 

REPLACE BKORGAN
IF ~See(Player1)
!StateCheck(Player1,STATE_SLEEPING)
Global("BKorgan24","LOCALS",0)~ THEN BEGIN 109 // from:
 SAY #18201 /* ~Ye know, though ye all be gutless, clumsy and nay too bright, this party is a sight better than me former crew of delvers and ne'er-do-wells.~ [KORGAN71] */
 IF ~~ THEN REPLY #61034 /* ~What happened with your former companions, Korgan?~ */ DO ~SetGlobal("BKorgan24","LOCALS",1)~ GOTO 65
 IF ~~ THEN REPLY #61035 /* ~That's good to hear, Korgan. With any luck, we won't meet the same fate as them.~ */ DO ~SetGlobal("BKorgan24","LOCALS",1)~ GOTO 78
END
END

Link to comment

Aerie blah:

 

REPLACE MURTLEN
IF WEIGHT #5 ~IfValidForPartyDialogue("Aerie")
RandomNum(2,2)
Global("murtlenaerie","AR0700",0)~ THEN BEGIN 9 // from:
 SAY #38843 /* ~You!  Have you ever been cheated, here?  I bet ye have!~ */
 IF ~~ THEN DO ~SetGlobal("murtlenaerie","AR0700",1)~ EXTERN ~AERIEJ~ 35
END
END

Link to comment

Archived

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

×
×
  • Create New...