blob: 7a3046144c84790eed5c35af28140fccfc584cb2 (
plain) (
tree)
|
|
// TMW2/LoF scripts.
// Authors:
// TMW-LoF Team
// Jesusalva
// Description:
// Shady NPCs with questionable purposes.
//010-2,23,70,0 script Josh NPC_TECH_EXPLORER,{
017-3,23,70,0 script Jenny NPC_FEMALE_WORKER,{
mesn;
mesq l("We're busy here, so please don't bother us.");
close;
}
017-3,39,75,0 script Zack NPC_TECH_EXPLORER,{
mesn;
mesq l("Why are you here? This area is off-bounds!");
close;
}
|