forked from Ychap/JA-AdventurePack
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove guards from DucalPalace cellar
- Loading branch information
Showing
10 changed files
with
38 additions
and
144 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
@34 = ~Hey, you! Get out of here! You are not allowed to be in the basement of the palace.~ | ||
@35 = ~Okay, I'm leaving.~ | ||
@36 = ~You're mistaken! Let us pass or I have to take up arms!~ | ||
@37 = ~It's about life and death! I have important work to do down here.~ | ||
@38 = ~Ha! Let's see what you got. Angelo Dosan has warned us about you!~ | ||
@39 = ~Ha! I see through your intentions! Angelo Dosan has warned us about you!~ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
@34 = ~He, Ihr da! Verschwindet hier! Ihr habt im Keller des Palasts nichts zu suchen.~ | ||
@35 = ~Schon gut, ich gehe wieder.~ | ||
@36 = ~Irrtum! Lasst uns durch oder ich muss zur Waffe greifen!~ | ||
@37 = ~Es geht um Leben und Tod! Ich habe hier unten Wichtiges zu erledigen.~ | ||
@38 = ~Ha! Das wollen wir doch mal sehen. Angelo Dosan hat uns vor Euch gewarnt!~ | ||
@39 = ~Ha! Ich durchschaue Eure Absichten! Angelo Dosan hat uns vor Euch gewarnt!~ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
BEGIN ~JA#FLAM1~ | ||
|
||
IF ~True()~ THEN JA#FLAM1_0 | ||
SAY @34 | ||
IF ~~ THEN REPLY @35 EXIT | ||
IF ~~ THEN REPLY @36 GOTO JA#FLAM1_1 | ||
IF ~~ THEN REPLY @37 GOTO JA#FLAM1_2 | ||
END | ||
|
||
IF ~~ THEN JA#FLAM1_1 | ||
SAY @38 | ||
IF ~~ THEN DO ~SetGlobal("JA#ENEMY","%NBaldursGate_DucalPalace_Cellar%",1) Enemy()~ EXIT | ||
END | ||
|
||
IF ~~ THEN JA#FLAM1_2 | ||
SAY @39 | ||
IF ~~ THEN DO ~SetGlobal("JA#ENEMY","%NBaldursGate_DucalPalace_Cellar%",1) Enemy()~ EXIT | ||
END | ||
|
||
// END JA#FLAM1 |