diff options
Diffstat (limited to 'npc/quests/gunslinger_quests.txt')
-rw-r--r-- | npc/quests/gunslinger_quests.txt | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/npc/quests/gunslinger_quests.txt b/npc/quests/gunslinger_quests.txt index cb2823a88..ef769dc87 100644 --- a/npc/quests/gunslinger_quests.txt +++ b/npc/quests/gunslinger_quests.txt @@ -95,6 +95,9 @@ que_ng.gat,182,85,3 script Mr.Garrison 109,{ mes "will never part from his";
mes "favorite gun, heh.";
close;
+
+ default:
+ end;
}
L_Slot:
@@ -162,6 +165,8 @@ L_Slot: mes "Okay, come back when you";
mes "changed your mind.";
close;
+ default:
+ end;
}
L_Already:
@@ -247,6 +252,8 @@ que_ng.gat,187,163,3 script Ingrid 744,{ mes "Probably a good choice.";
mes "It's really dangerous.";
close;
+ default:
+ end;
}
}
@@ -322,6 +329,8 @@ que_ng.gat,185,180,3 script Vanessa 726,{ mes @npcname$;
mes "Oh well, your loss.";
close;
+ default:
+ end;
}
}
@@ -401,5 +410,7 @@ que_ng.gat,149,178,5 script N.A 744,{ mes @npcname$;
mes "Oh well, your loss.";
close;
+ default:
+ end;
}
}
\ No newline at end of file |