diff options
Diffstat (limited to 'world/map/npc/043-1/ryger.txt')
-rw-r--r-- | world/map/npc/043-1/ryger.txt | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/world/map/npc/043-1/ryger.txt b/world/map/npc/043-1/ryger.txt new file mode 100644 index 00000000..f3178538 --- /dev/null +++ b/world/map/npc/043-1/ryger.txt @@ -0,0 +1,11 @@ +// Sandstorm mine guard + +043-1.gat,88,60,0|script|Ryger|123, +{ + mes "[Ryger]"; + mes "\"I'm watching this mine to make sure the monsters don't harm the miners.\""; + goto L_Close; + +L_Close: + close; +} |