Skip to content

Commit

Permalink
Merge pull request #10 from Gitjas/master
Browse files Browse the repository at this point in the history
Imoen should initiate kickout dialogue in BGII
  • Loading branch information
Gitjas authored Jun 2, 2021
2 parents 25a5ea1 + a639702 commit 106c07f
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 2 deletions.
2 changes: 1 addition & 1 deletion imoen_forever/dialogue/c#im_imoen2p.d
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ SAY @0
END

IF WEIGHT #-1
~GlobalLT("Chapter","GLOBAL",%bg2_chapter_4%) Global("KickedOut","LOCALS",1)~ THEN kickout_01
~GlobalLT("Chapter","GLOBAL",%bg2_chapter_4%) Global("KickedOut","LOCALS",0)~ THEN kickout_01
SAY @1
IF ~!AreaCheck("AR0406")~ THEN REPLY #49277 /* ~I think it best.~ */ GOTO 5
IF ~AreaCheck("AR0406")~ THEN REPLY #49277 /* ~I think it best.~ */ GOTO 5_coppercoronet
Expand Down
2 changes: 1 addition & 1 deletion imoen_forever/imoen_forever.tp2
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ BACKUP ~imoen_forever/backup~
AUTHOR ~Please post at G3 or Kerzenburgforum, refer to readme.~


VERSION ~v7.1~
VERSION ~v7.2~

README ~imoen_forever/readme.imoen_forever.%LANGUAGE%.txt~ ~imoen_forever/readme.imoen_forever.english.txt~

Expand Down
3 changes: 3 additions & 0 deletions imoen_forever/readme.imoen_forever.english.txt
Original file line number Diff line number Diff line change
Expand Up @@ -298,6 +298,9 @@ REDISTRIBUTION NOTE: Imoen 4 Ever Mod was created to be freely enjoyed by all Ba

HISTORY

Version 7.2:
-Imoen should initiate kickout dialogue in BGII

Version 7.1:
-completion of Russian version with changes of v7, by Arkie

Expand Down
3 changes: 3 additions & 0 deletions imoen_forever/readme.imoen_forever.german.txt
Original file line number Diff line number Diff line change
Expand Up @@ -300,6 +300,9 @@ REDISTRIBUTION NOTE: Imoen 4 Ever Mod was created to be freely enjoyed by all Ba

HISTORY

Version 7.2:
-Imoen should initiate kickout dialogue in BGII

Version 7.1:
-completion of Russian version with changes of v7, by Arkie

Expand Down
3 changes: 3 additions & 0 deletions imoen_forever/readme.imoen_forever.polish.txt
Original file line number Diff line number Diff line change
Expand Up @@ -242,6 +242,9 @@ UWAGI O ROZPOWSZECHNIANIU: Mod Imoen 4 Ever zosta

HISTORIA

Version 7.2:
-Imoen should initiate kickout dialogue in BGII

Version 7.1:
-completion of Russian version with changes of v7, by Arkie

Expand Down

0 comments on commit 106c07f

Please sign in to comment.