blob: 79cac06a57e1ae73241614474b79f40bc942c009 (
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 S_LAST_NEXT,
l("Sorry buddy, you can't pass by this way, we're moving some furniture."),
l("Come back later!");
closeclientdialog;
close;
OnInit:
.sex = G_MALE;
.distance = 2;
end;
}
|