diff options
Diffstat (limited to 'npc/003-0-1/researcher.txt')
-rw-r--r-- | npc/003-0-1/researcher.txt | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/npc/003-0-1/researcher.txt b/npc/003-0-1/researcher.txt new file mode 100644 index 000000000..dc6a4f978 --- /dev/null +++ b/npc/003-0-1/researcher.txt @@ -0,0 +1,17 @@ +// TMW2 Script +// Author: +// Jesusalva +// Description: +// Researcher - allows you to decrypt Ancient Blueprints (Ancient Lang. skill) + +003-0-1,58,29,0 script Researcher NPC_BLACKALCHEMIST,{ + mesn; + mesq l("I've mastered the art of reading ancient languages."); + close; + +OnInit: + .sex=G_MALE; + .distance=5; + end; +} + |