blob: 8d9c1a2c4bb095690ed38f58a18cb00d9710244b (
plain) (
tree)
|
|
// Evol scripts.
// Author:
// Reid
// Description:
// Aemil
001-2-6,31,44,0 script Dolfina NPC_ELVEN_FEMALE_READING,{
mesn;
mesq l("Stop disturbing me, I already re-read that part twice because of you!");
goto L_Close;
L_Close:
close;
OnInit:
.sex = G_FEMALE;
.distance = 2;
end;
}
|