diff options
Diffstat (limited to 'world/map/npc/functions/inn.txt')
-rw-r--r-- | world/map/npc/functions/inn.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/world/map/npc/functions/inn.txt b/world/map/npc/functions/inn.txt index 85df4122..aad9e6c1 100644 --- a/world/map/npc/functions/inn.txt +++ b/world/map/npc/functions/inn.txt @@ -1,6 +1,7 @@ // INN -function|script|Inn|{ +function|script|Inn| +{ mes "[" + @npcname$ + "]"; mes "\"Would you like to rest? It's only " + @cost + " gp.\""; next; |