// 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; }