summaryrefslogtreecommitdiff
path: root/world/map/npc/021-2/rebecca.txt
diff options
context:
space:
mode:
Diffstat (limited to 'world/map/npc/021-2/rebecca.txt')
-rw-r--r--world/map/npc/021-2/rebecca.txt11
1 files changed, 11 insertions, 0 deletions
diff --git a/world/map/npc/021-2/rebecca.txt b/world/map/npc/021-2/rebecca.txt
new file mode 100644
index 00000000..90ad16e9
--- /dev/null
+++ b/world/map/npc/021-2/rebecca.txt
@@ -0,0 +1,11 @@
+//
+
+021-2.gat,26,54,0|script|Rebecca|118,
+{
+ set @npcname$, "Rebecca the Inn Keeper";
+ set @cost, 100;
+ callfunc "Inn";
+ set @npcname$, "";
+ set @cost, 0;
+ close;
+}