// TMW2 Script // Author: // Jesusalva // Description: // Enrique is the headmaster of the Academy 027-0,46,25,0 script Enrique NPC_BLACKALCHEMIST,{ mesn; mesq l("Hello. I am Enrique, headmaster of The Academy."); close; OnInit: .distance = 4; .sex = G_MALE; end; }