summaryrefslogtreecommitdiff
path: root/npc/functions/inn.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/functions/inn.txt')
-rw-r--r--npc/functions/inn.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/npc/functions/inn.txt b/npc/functions/inn.txt
index 50f1afd6..82204f4b 100644
--- a/npc/functions/inn.txt
+++ b/npc/functions/inn.txt
@@ -1,6 +1,7 @@
function script Inn {
- if(@npcname$ == "") set @npcname$, strnpcinfo(1);
+ if (@Cost < 1) @Cost = getarg(0, 1000);
+ if (@npcname$ == "") set @npcname$, strnpcinfo(1);
mes "[" + @npcname$ + "]";
mes "\"Would you like to rest? It's only " + @Cost + " gp.\"";
next;