blob: 6216de67c20e6617e11d6334f127018c2b7666c5 (
plain) (
tree)
|
|
// 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;
}
|