diff options
Diffstat (limited to 'npc/009-2_Hurnscald/richard.txt')
-rw-r--r-- | npc/009-2_Hurnscald/richard.txt | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/npc/009-2_Hurnscald/richard.txt b/npc/009-2_Hurnscald/richard.txt index 6020569c..1710ca45 100644 --- a/npc/009-2_Hurnscald/richard.txt +++ b/npc/009-2_Hurnscald/richard.txt @@ -1,7 +1,13 @@ // -009-2.gat,20, 99,0 script Richard 161,{ +009-2.gat,20,99,0 script Richard 161,{ set @npcName$, "Richard"; callfunc "Banker"; close; } + +009-2.gat,19,99,0 script William 48,{ + openstorage; + mes "Come again!"; + close; +} |