diff options
Diffstat (limited to 'npc/002-1')
-rw-r--r-- | npc/002-1/arpan.txt | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/npc/002-1/arpan.txt b/npc/002-1/arpan.txt index 543a8594b..fbcc12ee7 100644 --- a/npc/002-1/arpan.txt +++ b/npc/002-1/arpan.txt @@ -270,6 +270,8 @@ L_EquipDone: goto L_Menu; OnSlow: + npctalk3 l("@@, do you need help? Are you lost? Click me!", strcharinfo(0)); + /* setcamnpc; showavatar NPC_MAGIC_ARPAN; mesn; @@ -277,11 +279,12 @@ OnSlow: next; mesn; mesc l("Here, come talk to me, the Magic Arpan! I'll help you get dressed."), 1; + */ addtimer(90000,"Magic Arpan::OnSlow"); close; OnInit: .sex = G_MALE; - .distance = 5; + .distance = 6; end; } |