Skip to content

Commit

Permalink
implement intro #5 and rm intro1.dg
Browse files Browse the repository at this point in the history
  • Loading branch information
Lamby777 committed Aug 18, 2024
1 parent 46843ce commit 08d8e05
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 32 deletions.
3 changes: 1 addition & 2 deletions pets-gd/i18n/translations.csv
Original file line number Diff line number Diff line change
Expand Up @@ -127,8 +127,8 @@ DG_SPK_UNKNOWN,???
DG_SPK_RODRICK,"Rodrick Sign Co."
DG_SPK_MOM,Mom
DG_SPK_DAD,Dad
DG_SPK_CLAY,Clay
DG_SPK_JUNIPER,Juniper
DG_SPK_CLAY,Clay
DG_SPK_MR_TULIVAE,Mr. Tulivae
DG_SPK_MRS_TULIVAE,Mrs. Tulivae
,
Expand All @@ -153,7 +153,6 @@ DG_INTRO1_ITSYOURS,"Well, it's all yours. Do you have a specific blanket color i
DG_INTRO1_LOOKSBETTER,"Wow, it looks even better already!"
DG_INTRO1_ILLBEDOWNSTAIRS,"Alright, I'll be downstairs if you need me."
DG_INTRO1_BRINGFUZZY,"Go bring out Fuzzy from the car, okay?"
,
DG_INTRO1_MEET_NEIGHBORS,"Here he is! Hey, [ETHAN], come meet the neighbors!"
DG_INTRO1_MR_T,"This is Mr. Tulivae. He lives next door."
DG_INTRO1_HITHERE,"Hi there, [ETHAN]. Pleasure meeting you."
Expand Down
9 changes: 8 additions & 1 deletion pets-gd/quests/intro1.gd
Original file line number Diff line number Diff line change
Expand Up @@ -61,4 +61,11 @@ func on_house_tp(target):
func on_outdoors_tp(target):
if target.name == "EthanHouseEntrance" and phase == 2:
self.phase = 3
#dbox().start_ix("Intro #5")
await dbox().say_as("[CLAY]", [ "DG_INTRO1_MEET_NEIGHBORS" ]);
var pcb = PlayerCB.singleton()
pcb.move_to_relative(-200.0, 0.0)
await pcb.motion_done
await dbox().say_as("[CLAY]", [ "DG_INTRO1_MR_T" ]);
await dbox().say_as("[MR_TULIVAE]", [ "DG_INTRO1_HITHERE" ]);
await dbox().say_as("[NARRATOR]", [ "DG_INTRO1_HE_SEEMS_NICE" ]);

29 changes: 0 additions & 29 deletions pets-lib/dg/src/intro1.dg

This file was deleted.

0 comments on commit 08d8e05

Please sign in to comment.