diff options
Diffstat (limited to 'npc/024-14/doorbell.txt')
-rw-r--r-- | npc/024-14/doorbell.txt | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/npc/024-14/doorbell.txt b/npc/024-14/doorbell.txt index f60d9cea7..d40aef1f1 100644 --- a/npc/024-14/doorbell.txt +++ b/npc/024-14/doorbell.txt @@ -51,7 +51,8 @@ L_Manage: next; select l("Leave"), - l("Manage Furniture"); + l("Manage Furniture"), + l("Reload NPC Data"); switch (@menu) { case 1: @@ -60,6 +61,10 @@ L_Manage: case 2: goto L_Furniture; break; + case 3: + addtimer2(150, "NPCs#RES_PPL::OnReload"); + close; + break; } goto L_Manage; |