blob: 8dbfc5f80c6d1f6c8be470dccaa666e7adef73b7 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
// TMW2 scripts.
// Authors:
// Jesusalva
// Description:
// Craftmaster, teaches player TMW2_CRAFT
024-16,27,42,0 script Dwarf Craftsmaster NPC_DWARF_CRAFTMASTER,{
hello;
end;
OnInit:
.distance=5;
end;
}
|