diff options
Diffstat (limited to 'npc/009-2/richard.txt')
-rw-r--r-- | npc/009-2/richard.txt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/npc/009-2/richard.txt b/npc/009-2/richard.txt new file mode 100644 index 00000000..023f1244 --- /dev/null +++ b/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; +} |