diff options
Diffstat (limited to 'npc/000-0-0/sailors.txt')
-rw-r--r-- | npc/000-0-0/sailors.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/npc/000-0-0/sailors.txt b/npc/000-0-0/sailors.txt index f2d68a78b..47f50bcd8 100644 --- a/npc/000-0-0/sailors.txt +++ b/npc/000-0-0/sailors.txt @@ -69,12 +69,15 @@ OnTalk: adddefaultskills; setq General_Narrator, 0; percentheal 100,100; + addtimer(45000,"Magic Arpan::OnSlow"); warp "002-1", 53, 38; savepoint "002-1", 55, 40; closedialog; close; OnSlow: + setcamnpc; + showavatar NPC_ELMO; mesn; mesc l("Pst, speak lower, @@ may hear us...", strcharinfo(0)); next; |