diff options
-rw-r--r-- | npc/001-1_Tulimshar/vincent.txt | 1 | ||||
-rw-r--r-- | npc/010-2_Dimonds_Cove/doug.txt | 5 |
2 files changed, 5 insertions, 1 deletions
diff --git a/npc/001-1_Tulimshar/vincent.txt b/npc/001-1_Tulimshar/vincent.txt index cef10c02..6ad799d5 100644 --- a/npc/001-1_Tulimshar/vincent.txt +++ b/npc/001-1_Tulimshar/vincent.txt @@ -25,6 +25,7 @@ L_Opening2: L_Opening3: mes "[Vincent]"; mes "\"This is a great action figure! A must have! All I need is a few parts...\""; + next; goto L_Ask; L_Opening4: diff --git a/npc/010-2_Dimonds_Cove/doug.txt b/npc/010-2_Dimonds_Cove/doug.txt index e97837cc..2a9d5063 100644 --- a/npc/010-2_Dimonds_Cove/doug.txt +++ b/npc/010-2_Dimonds_Cove/doug.txt @@ -14,15 +14,18 @@ L_0: mes "\"I need 20 more [Cave Snake Lamp]s to make my light!\""; next; goto L_Question; + L_1: mes "[Doug]"; mes "\"This lamp should light up this whole place! I just need 20 [Cave Snake Lamp]s.\""; next; goto L_Question; + L_2: mes "[Doug]"; mes "\"This is gonna be bright! A must have for anyone! All i need is a few parts...\""; - goto main1; + next; + goto L_Question; L_3: mes "[Doug]"; |