blob: bfec74f6b1f801a09852a5d3634bdd600d1a7625 (
plain) (
tree)
|
|
// TMW2 scripts.
// Authors:
// Indigovox <rui.gravata@hotmail.com>
// Jesusalva <jesusalva@tmw2.org>
// Description:
// Evil Fairy
018-5-5,31,26,0 script Ivanize NPC_FAIRY_A,{
if (strcharinfo(0) == "Manatauro") npctalk3 l("Leave me alone! Stop annoying me!");
mesn;
mesq l("Can't you see I'm busy?");
close;
OnInit:
.sex=G_FEMALE;
.distance=5;
end;
}
|