blob: 282f3781d96f97d5f0a8649688d020aa06f9c026 (
plain) (
tree)
|
|
// 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;
}
|