diff options
Diffstat (limited to 'npc')
-rw-r--r-- | npc/quests/quests_yuno.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/quests/quests_yuno.txt b/npc/quests/quests_yuno.txt index 433383d7e..3ff9e28c3 100644 --- a/npc/quests/quests_yuno.txt +++ b/npc/quests/quests_yuno.txt @@ -20,10 +20,10 @@ yuno_in01.gat,103,158,4 script Bain 98,
{
set @name$, "[Bain]";
- if (sleiphnir_q == 1) goto L_Check;
OnStart:
mes @name$;
+ if (sleiphnir_q == 1) goto L_Check;
mes "We are going to invent a doll that can talk and communicate! Well, at least that's what I'm trying to do....";
mes "The idea came from an old tale about a doll that acted like a real person.";
next;
|