summaryrefslogtreecommitdiff
path: root/world/map/npc/009-2/richard.txt
diff options
context:
space:
mode:
Diffstat (limited to 'world/map/npc/009-2/richard.txt')
-rw-r--r--world/map/npc/009-2/richard.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/world/map/npc/009-2/richard.txt b/world/map/npc/009-2/richard.txt
new file mode 100644
index 00000000..023f1244
--- /dev/null
+++ b/world/map/npc/009-2/richard.txt
@@ -0,0 +1,8 @@
+//
+
+009-2.gat,20,99,0 script Richard 161,{
+ callfunc "ClearVariables";
+ set @npcname$, "Richard";
+ callfunc "Banker";
+ close;
+}