blob: 7a4fcd20f0ce8a84f45ac6fc7173fa133672dbcc (
plain) (
tree)
|
|
// TMW2/LoF scripts.
// Authors:
// TMW-LoF Team
// Jesusalva
// Description:
// Void NPC
018-2-1,22,29,0 script Colonel DUSTMAN NPC_CRUSADER,{
mesn;
mesq l("My man went down and still haven't returned.");
next;
mesn;
mesq l("I'm worried with them. Anyway, you need a special scroll to get to the Heroes Cave...");
next;
mesn;
mesq l("Otherwise, well, I'm not sure what will happen. You'll probably be either thrown at the wolves or something. Duh.");
next;
mesn;
mesq l("Take care, adventurer!");
close;
OnInit:
.sex=G_MALE;
.distance=5;
end;
}
|