blob: dc6a4f978d89ccc11e3910b2d4962dff89d79043 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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;
}
|