diff options
Diffstat (limited to 'npc/000-2-1/dan.txt')
-rw-r--r-- | npc/000-2-1/dan.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/000-2-1/dan.txt b/npc/000-2-1/dan.txt index e0aeb650..c751cd62 100644 --- a/npc/000-2-1/dan.txt +++ b/npc/000-2-1/dan.txt @@ -10,8 +10,8 @@ // Gender = 1 000-2-1,32,31,0 script Dan 101,{ mesn; - set @q, rand(3); - if (@q == 0) goto L_QuestStory; + set .@q, rand(3); + if (.@q == 0) goto L_QuestStory; mesq l("You see these pious around us?"); next; |