blob: 6216de67c20e6617e11d6334f127018c2b7666c5 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
// TMW2 scripts.
// Authors:
// Jesusalva
// Description:
// Access to Eternal Swamps
014-2,41,56,0 script Guard Jennifer NPC_GUARD2,{
mesn;
mesc l("Beyond this bridge are the Eternal Swamps!");
close;
OnInit:
.sex = G_OTHER;
.distance = 5;
end;
}
|