blob: 3ee9159a151037b122727f2bb1224c63edfaaa23 (
plain) (
tree)
|
|
// Evol scripts.
// Author:
// Micksha
// Description:
// Prawors, the captain in Candor.
// THIS IS A PLACEHOLDER!
012-1,53,122,0 script Prawors NPC_PRAWORS,{
speech
l("Welcome."),
l("Someone was too lazy to even write a placeholder text, so please come back later");
close;
OnInit:
.sex = G_MALE;
.distance = 2;
end;
}
|