-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix to bg2_chapter variable bug (2 of 2)
- Loading branch information
1 parent
16cd6f0
commit 7541a54
Showing
1 changed file
with
8 additions
and
8 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
DEFINE_ACTION_FUNCTION wheels_dialog BEGIN | ||
OUTER_SPRINT solar_journal @1020 | ||
ACTION_FOR_EACH dialog IN cutmel heads sarmeladd dw#melis balthadd0 balthadd balthadd2 sendaiadd0 sendaiadd abazadd0 abazadd elminadd solaradd0 solaradd BEGIN | ||
WITH_TRA "%scs_tra_loc%/%dialog%.tra" BEGIN | ||
COMPILE "%scsroot%/dialogues/%dialog%.d" | ||
END | ||
END | ||
END | ||
DEFINE_ACTION_FUNCTION wheels_dialog BEGIN | ||
OUTER_SPRINT solar_journal @1020 | ||
ACTION_FOR_EACH dialog IN cutmel heads sarmeladd dw#melis balthadd0 balthadd balthadd2 sendaiadd0 sendaiadd abazadd0 abazadd elminadd solaradd0 solaradd BEGIN | ||
WITH_TRA "%scs_tra_loc%/%dialog%.tra" BEGIN | ||
COMPILE "%scsroot%/dialogues/%dialog%.d" EVALUATE_BUFFER | ||
END | ||
END | ||
END |