blob: 94265f0e529f0d0b79fe602a09409faab1b50ca2 (
plain) (
tree)
|
|
// TMW2 scripts.
// Authors:
// Jesusalva
// Description:
// Annoy players
020-1,99,83,0 script #NivalisWell NPC_NO_SPRITE,{
npctalkonce l("This well is sealed. They must take water outside the town.");
end;
OnInit:
.distance=3;
end;
}
|