diff options
Diffstat (limited to 'npc/000-2-1/dan.txt')
-rw-r--r-- | npc/000-2-1/dan.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/npc/000-2-1/dan.txt b/npc/000-2-1/dan.txt index 248c2761..e0aeb650 100644 --- a/npc/000-2-1/dan.txt +++ b/npc/000-2-1/dan.txt @@ -6,7 +6,9 @@ // There are two kinds of dialogues in this script. // Dan will randomly choose between a useless sentence, and a quest in Artis. -000-2-1.gat, 32,31,0,1 script Dan 101;2,{ +// Size = 2 +// Gender = 1 +000-2-1,32,31,0 script Dan 101,{ mesn; set @q, rand(3); if (@q == 0) goto L_QuestStory; |