Skip to content

Commit

Permalink
Better response say in JA#ARKHS.DLG
Browse files Browse the repository at this point in the history
  • Loading branch information
Ychap committed Aug 25, 2024
1 parent 7286884 commit bd2eb2b
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
8 changes: 7 additions & 1 deletion JA#BGT_AdvPack/Arkhstaff/ja#arkhs.d
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ END

IF ~~ THEN JA#ARKHS_1f
SAY @27
IF ~Global("JA#QU_PROB","LOCALS",0)~ THEN REPLY @28 DO ~SetGlobal("JA#QU_PROB","LOCALS",1)~ GOTO JA#ARKHS_1d
IF ~Global("JA#QU_PROB","LOCALS",0)~ THEN REPLY @28 DO ~SetGlobal("JA#QU_PROB","LOCALS",1)~ GOTO JA#ARKHS_1l
IF ~Global("JA#QU_BASI","LOCALS",0)~ THEN REPLY @29 DO ~SetGlobal("JA#QU_BASI","LOCALS",1)~ GOTO JA#ARKHS_1e
IF ~Global("JA#HUSAM_SECRET","GLOBAL",1)~ THEN REPLY @30 GOTO JA#ARKHS_1i
IF ~Global("JA#HUSAM_SECRET","GLOBAL",2)~ THEN REPLY @31 GOTO JA#ARKHS_2
Expand Down Expand Up @@ -99,6 +99,12 @@ IF ~~ THEN JA#ARKHS_1k
IF ~~ THEN REPLY @22 EXIT
END

IF ~~ THEN JA#ARKHS_1l
SAY @98
IF ~~ THEN REPLY @21 GOTO JA#ARKHS_1f
IF ~~ THEN REPLY @22 EXIT
END


IF ~~ THEN JA#ARKHS_2
SAY @47
Expand Down
5 changes: 4 additions & 1 deletion JA#BGT_AdvPack/languages/english/ja#arkhs.tra
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
@13 = ~My name is <GABBER>.~
@14 = ~As you want. Farewell.~
@15 = ~Pleased to meet you, <GABBER>. My name is Krammoch Arkhstaff, scholar by profession, problem solver and a specialist in basilisks.~
@16 = ~Sounds showy. What do you mean by "problem solver"?~
@16 = ~Sounds exaggerated. What do you mean by "problem solver"?~
@17 = ~How does one become a specialist for basilisks? Did you get yourself petrified or what?~
@18 = ~I would like to ask a question to the scholar.~
@19 = ~Well, we have to leave. Farewell.~
Expand Down Expand Up @@ -99,3 +99,6 @@ Krammoch was not pleased that I killed his lover in the tower of the Iron Throne

/* new for v 1.07 */
@97 = ~I have to insist that you help us. Our intentions are honorable and there is no objective reason why you would keep the key from us.~

/* @20 without first sentence */
@98 = ~Let's say I know quite a few people from different circles and I can make the right connections. Connections between people who would otherwise never meet in real life, if you know what I mean. Do you want to know anything else?~
3 changes: 3 additions & 0 deletions JA#BGT_AdvPack/languages/german/ja#arkhs.tra
Original file line number Diff line number Diff line change
Expand Up @@ -99,3 +99,6 @@ Krammoch war nicht erfreut, dass ich seinen Geliebten im Turm des Eisenthrons er

/* new for v 1.07 */
@97 = ~Ich muss auf Eure Hilfe bestehen. Unser Vorhaben ist ehrenwert und es gibt offensichtlich keinen objektiven Grund, warum Ihr uns den Schlüssel nicht gebt!~

/* @20 without first sentence */
@98 = ~Sagen wir, ich kenne ziemlich viele Leute aus den unterschiedlichsten Kreisen und kann Kontakte herstellen. Kontakte zwischen Personen, die sich im normalen Leben sonst nie begegnen würden, wenn Ihr versteht, was ich meine. Wollt Ihr sonst noch was wissen?~

0 comments on commit bd2eb2b

Please sign in to comment.