blob: 355423b141dc967c8f2c516bb46989762605c18a (
plain) (
tree)
|
|
// Evol scripts.
// Author:
// Reid
// Description:
// Legion NPC blocking the north road of Artis.
001-1,90,31,0 script Artaxe NPC_ARTAXE,{
speech 4,
l("Sorry buddy, you can't pass by this way, we're moving some furniture."),
l("Come back later!");
closedialog;
close;
OnInit:
.sex = G_MALE;
.distance = 2;
end;
}
|